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