Agentforge Runtime Daemon

Work on the persistent Mastra daemon in packages/runtime, including createStandardAgent, daemon lifecycle, environment validation, and runtime channels.

majiayu000 b51964b 2 files · 1.8 KB Updated 567 repo stars

File contents

AgentForge Runtime Daemon

Use this skill for packages/runtime/.

Primary surfaces

  • src/agent/create-standard-agent.ts
  • src/daemon/daemon.ts
  • src/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

majiayu000/claude-skill-registry-data/tree/main/agent/agentforge-runtime-daemon commit b51964b80b

Frequently asked questions

npx skillmds add majiayu000/agentforge-runtime-daemon