Initial project blueprint

This commit is contained in:
2026-07-03 20:51:36 +03:00
commit 7d6cc1c83e
25 changed files with 1486 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Agent = execution profile: prompt + model_slot + tools + limits + output_schema. Workers не создают workers.
+1
View File
@@ -0,0 +1 @@
HTTP/WebSocket API layer for chat, tasks, confirmations, workers, events.
+1
View File
@@ -0,0 +1 @@
Local Worker is a thin executor: connects outward, executes commands, returns result/progress/artifacts.
+1
View File
@@ -0,0 +1 @@
Structured event log for every model call, tool call, confirmation, fallback, worker result.
+1
View File
@@ -0,0 +1 @@
Universal MCP client: initialize, tools/list, tools/call, resources, prompts.
+1
View File
@@ -0,0 +1 @@
Unified access to weak/strong/vision/embedding slots. Providers: local/external/disabled.
+1
View File
@@ -0,0 +1 @@
Главный runtime: task intake, graph scheduling, model/tool/worker calls, confirmations, event logs.
+1
View File
@@ -0,0 +1 @@
No hardcoded bans. Policy returns allow/confirm/manual/disabled_by_config based on project config.
+1
View File
@@ -0,0 +1 @@
Task storage, conversation storage, event storage. Start in-memory, later DB.