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>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled and should not be manually edited.
|
|
|
|
version:
|
|
revision: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: android
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: ios
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: linux
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: macos
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: web
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: windows
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|