microsoft/TypeAgent

Sample code that explores an architecture for using language models to build a personal agent that can work with application agents.

738Stars on the repository
10Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

Onboarding Agent

01

microsoft/TypeAgent

Agent

This agent creates new TypeAgent agents using the "Onboarding Agent" actions provided by commandexecutor MCP server.

738 2d ago A 26 tokens original MIT

index

02

microsoft/TypeAgent

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.

738 2d ago A 0 tokens original MIT

agent-patterns

03

microsoft/TypeAgent

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.

738 2d ago A 0 tokens original MIT

microsoft/TypeAgent

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…

738 2d ago A 0 tokens original MIT

microsoft/TypeAgent

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.

738 2d ago A 43 tokens original MIT

TypeAgent

06

microsoft/TypeAgent

Agent

Delegates requests to TypeAgent for calendar, email, music, browser, and other domain-specific actions.

738 2d ago A 23 tokens original MIT