Spaces:
Sleeping
Sleeping
AGENTS.md — core/
Framework utilities shared across agents and TUI.
Files
chat_events.py— typed event dataclasses (ChatEventsubclasses). This is the agent↔TUI contract. Events:AgentThinking,AgentThinkingChunk,AgentThinkingComplete,AgentToolStart,AgentToolEnd,AgentToolOutput,AgentStreamChunk,AgentComplete,AgentRequiresUserInput,AgentExecuteCommand. Also definesChatDeps.command.py—SlashCommandbase class +CommandManagerwithauto_discover()for plugin loading.fs.py—FSManagerfor path-jailed filesystem operations.permissions.py—PermissionManagerreads/writes tool approvals to.agents/settings.json.