Resources
Demonstrations
Each demonstration is a complete example that you can run.
| Demonstration | What it shows |
|---|---|
| Weather agent | An agent and a tool, deployed from the web console, with token exchange between them. Start with this one. |
| Intent-based access | An agent reads a poisoned email and tries to send data to an external server. See Intent-based access. |
| Tool validation | An agent invents a transaction identifier. See Tool call validation. |
| Context compaction | Tool output that is larger than the context window of the model. See Context compaction. |
The weather agent demonstration needs a Kubernetes cluster. See Quickstart on Kubernetes.
Example agents and tools
rossoctl/examples contains agents for several frameworks. The MCP tools are in examples/mcp.
Each example agent has an .env.openai file and an .env.ollama file. The default values in these
files assume that the tool is in the same namespace as the agent.
Security tests
capture-the-flag contains attack scenarios. Run them to confirm what the security model prevents.
Repositories
| Repository | Contents |
|---|---|
| rossoctl | Installer, web console, backend and these documents |
| operator | The Kubernetes operator and the custom resources |
| cortex | The data plane, its plugins and its demonstrations |
| rossoctl-cli | The command-line interface |
| examples | Example agents and tools |
The organization profile lists every repository, and marks each one as core or experimental.
Releases
- Releases and release notes
- Concepts gives the status of each feature in the current release.
Read and watch
Get help
| Channel | Use it for |
|---|---|
| Slack | Questions. This is the fastest channel. |
| Issues | Defects and feature requests |
rossoctl-maintainers@googlegroups.com | Messages to the maintainer team |
Contribute
Read the contributing guide. The maintainers file lists the maintainers.
Corrections to these documents are welcome. Each page has an Edit this page link.
Rossoctl uses the Apache 2.0 licence.