CODEX_ADK/FRONTEND/README.md
Svrnty 229a0698a3 Initial commit: CODEX_ADK monorepo
Multi-agent AI laboratory with ASP.NET Core 8.0 backend and Flutter frontend.
Implements CQRS architecture, OpenAPI contract-first API design.

BACKEND: Agent management, conversations, executions with PostgreSQL + Ollama
FRONTEND: Cross-platform UI with strict typing and Result-based error handling

Co-Authored-By: Jean-Philippe Brule <jp@svrnty.io>
2025-10-26 23:12:32 -04:00

1.8 KiB

Svrnty Console

Sovereign AI Solutions - Control Panel

A Flutter-based management console for the Svrnty AI platform, providing a modern interface for monitoring, configuring, and controlling AI agents and infrastructure.

Features

  • Dashboard: Real-time status monitoring of backend services, agents, and system health
  • The Architech: AI infrastructure design and visualization (coming soon)
  • Agent Management: Configure and monitor AI agents
  • Analytics: Metrics and performance monitoring
  • Dark Theme: Professional dark mode with Svrnty brand colors

Tech Stack

  • Flutter 3.x - Cross-platform UI framework
  • GetWidget - Modern UI component library
  • Iconsax - Clean, modern icon set
  • Animate Do - Smooth animations
  • Custom Theming - Svrnty brand colors (Crimson Red #C44D58, Slate Blue #475C6C)

Project Structure

lib/
├── main.dart                    # App entry point
├── console_landing_page.dart    # Main console UI
├── theme.dart                   # Material theme configuration
├── components/
│   └── navigation_sidebar.dart  # Collapsible navigation
└── pages/
    └── architech_page.dart      # The Architech module

Getting Started

Prerequisites

  • Flutter SDK 3.9.2 or higher
  • Dart SDK 3.9.2 or higher

Installation

# Clone the repository
git clone [repository-url]
cd Console

# Install dependencies
flutter pub get

# Run the application
flutter run

Development

# Run tests
flutter test

# Analyze code
flutter analyze

# Build for production
flutter build macos  # or ios, web, etc.

Brand Fonts

  • Montserrat - Primary UI font
  • IBM Plex Mono - Code and technical content

License

Private - Svrnty AI Solutions