Understanding runagent.config.json
runagent.config.json
file is the heart of your RunAgent project. It defines how your agent is configured, deployed, and executed.
langgraph
crewai
agno
letta
custom
"${VAR_NAME}"
- Reads from environment"fixed_value"
- Uses the literal valuerunagent init
- When creating a projectrunagent serve
- Before starting local serverrunagent deploy
- Before deploymentMissing required fields
agent_name
, framework
, version
, agent_architecture
) are present.Invalid entrypoint module
Unsupported framework
"custom"
for others.runagent serve
before deploying