Skip to content

solo-io/exampleagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myagent Agent

This project was scaffolded with the AgentRegistry CLI. It gives you a working ADK Python agent wired for MCP tools and ready to publish through AgentRegistry.

Model configuration

  • Provider: gemini
  • Model: gemini-2.5-flash

Update myagent/agent.py if you need to switch providers, add tools, or change the root instructions.

Local iteration

  1. Install uv if you haven't already.

  2. From the project root run:

    uv sync
    uv run myagent
  3. Use arctl agent run . to launch the local chat experience with docker compose.

Build & publish with AgentRegistry

  1. Build (and optionally push) the container image:

    arctl build . --push
  2. Publish the agent so the registry can serve it to clients:

    arctl apply -f agent.yaml
  3. Share the resulting agent link or deploy it to your runtime of choice.

Need MCP servers? Edit agent.yaml manually to append MCP entries under spec.mcpServers, then re-apply once you're happy with the configuration:

arctl apply -f agent.yaml

About

An example agent scaffolded with the agentregistry enterprise CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors