Agent
This agent creates new TypeAgent agents using the "Onboarding Agent" actions provided by commandexecutor MCP server.
Sample code that explores an architecture for using language models to build a personal agent that can work with application agents.
Agent
This agent creates new TypeAgent agents using the "Onboarding Agent" actions provided by commandexecutor MCP server.
Agent
Reference documentation for every application agent under ts/packages/agents/. Agents are the plugins the dispatcher routes typed actions to. Each one exports an instantiate(): AppAgent function and implements the AppAgent interface from @typeagent/agent-sdk.
Agent
Every TypeAgent agent exports an instantiate(): AppAgent function and implements the AppAgent interface from @typeagent/agent-sdk. Beyond that common contract, agents fall into nine patterns based on how they communicate with external systems, whether they manage persistent state, and what kind of output they produce.
Agent
The agentServer manages explicit, named conversations with full CRUD semantics. Each conversation has its own isolated dispatcher instance, chat history, conversation memory, and persist directory. Multiple clients can connect to the same conversation simultaneously and share state; clients connected to different…
Agent
Runs an approved TypeAgent macro from a structured agentRequired handoff using live Copilot tools and permissions. Use when runmacro returns a typeagent-macro-runner launch payload.
Agent
Delegates requests to TypeAgent for calendar, email, music, browser, and other domain-specific actions.