wire up identity agent, research tool, silence state

main.rs: create KratosClient, pass mistral+store to ToolRegistry,
build active_agents list for dynamic delegation.

conversations.rs: context_hint for new conversations, reset_all.
sdk/mod.rs: added kratos module.
This commit is contained in:
2026-03-23 01:43:51 +00:00
parent de33ddfe33
commit 447bead0b7
2 changed files with 30 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
pub mod gitea;
pub mod kratos;
pub mod tokens;
pub mod vault;