Deploy your first AI agent in under 5 minutes and see the magic happen
Initialize the Magic
Peek Under the Hood: See Your Agent's Brain
message
and role
parameters. That’s exactly what you’ll pass from JavaScript, Rust, or any other language—RunAgent handles the translation!The Configuration Bridge
runagent.config.json
to see how Python functions become universal APIs:mock_response
function becomes accessible via the minimal
tagminimal_stream
tag (note the _stream
suffix!)Activate Your Agent
agent_id
is your agent’s universal address. Any programming language can now connect to your Python intelligence using this ID!Iterator[str]
in Python, RunAgent automatically:
Why can't I connect to my agent?
My entrypoint tag isn't found
runagent.config.json
:_stream
!I get import errors with framework templates
Port 8000 is already in use
port=8080
in your SDK calls.