You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README to document agents layer and plan tools from merged PRs #25 and #26
- Add Agents Layer feature: invoke_agent, read/write_agent_file, reload_agents tools
- Add Plan Tools feature: plan_create, plan_update, plan_view
- Add bundled subagent skills: code-interpreter and problem-solver
- Document agents.directory config setting
- Expand Built-in Tools section with Agent Tools and Plan Tools tables
- Update Architecture section to show agents/ and new skills/ entries
- Mark all three features as done in the Roadmap
https://claude.ai/code/session_01U3Mm3trvmd9QitLjMG4yeT
-**MCP Integration** — Connect any MCP-compatible server to extend capabilities
22
22
-**Bot Skills** — Folder-based natural-language skill instructions auto-loaded at startup; orchestration and subagent skills (e.g. **daily-news-to-threads**) let the main agent delegate to specialized subagents and override models per task
23
+
-**Agents Layer** — Isolated agentic mini-loops in `agents/` with their own model, tool whitelist, and `AGENT.md` instructions; invoked via `invoke_agent`, with `read_agent_file`/`write_agent_file` for file I/O and `reload_agents` for hot-reloading
24
+
-**Plan Tools** — `plan_create`, `plan_update`, `plan_view` built-in tools let the agent create and manage structured execution plans stored in the sandbox; power the `problem-solver` subagent skill
25
+
-**Bundled Subagent Skills** — `code-interpreter` (executes and iterates code snippets) and `problem-solver` (orchestrates multi-step reasoning with plan tools) ship out of the box
-[x] Meta Threads MCP integration (setup wizard entry, config example, token setup guide)
250
+
-[x] Agents layer (`invoke_agent`, `read_agent_file`, `write_agent_file`, `reload_agents` — isolated agentic mini-loops in `agents/` with own model and tool whitelist)
251
+
-[x] Plan tools (`plan_create`, `plan_update`, `plan_view` — structured execution plans in the sandbox)
252
+
-[x] Bundled subagent skills: `code-interpreter` and `problem-solver`
0 commit comments