Home/FAQ

Agent Framework vs Agent Platform

The difference: libraries to write agents vs infrastructure to run and govern them.

Answer

A framework is code you embed to build agent logic. A platform is hosted infrastructure for tools, auth, and deployment surfaces. Dedalus is positioned as a gateway + hosted MCP servers + SDK, i.e., platform primitives.

Nuances & Considerations

Teams often start with a framework; they add a platform when tool hosting, auth, and reuse becomes painful.

Related