@tangle-network/create-agent-app
v0.49.4
Published
Create a tested Tangle agent application with either a tool loop or a complete chat interface.
Downloads
11,466
Maintainers
Readme
@tangle-network/create-agent-app
Scaffold a new Tangle agent product on @tangle-network/agent-app:
npm create @tangle-network/agent-app@latest my-agentThen cd my-agent && pnpm install && pnpm typecheck && pnpm test, and follow the generated CUSTOMIZE.md / AGENTS.md.
For a chat-first web surface, the generated customization trail points to the
shared workspace composition in
examples/default-workspace.md.
