AgentForge Runtime Daemon
Use this skill for packages/runtime/.
Primary surfaces
src/agent/create-standard-agent.tssrc/daemon/daemon.tssrc/channels/http.ts,discord.ts,telegram.ts- runtime tools under
src/tools/ - environment validation and security helpers
Rules
- Keep Mastra runtime logic here, not in Convex.
- Reuse
createStandardAgent()and shared memory setup instead of creating ad hoc agent factories. - Channel adapters should stream progressively and stay aligned with daemon interfaces.
References
- Read runtime-map.md.