Skip to main content
Version: dev

Resources

Demonstrations

Each demonstration is a complete example that you can run.

DemonstrationWhat it shows
Weather agentAn agent and a tool, deployed from the web console, with token exchange between them. Start with this one.
Intent-based accessAn agent reads a poisoned email and tries to send data to an external server. See Intent-based access.
Tool validationAn agent invents a transaction identifier. See Tool call validation.
Context compactionTool 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

RepositoryContents
rossoctlInstaller, web console, backend and these documents
operatorThe Kubernetes operator and the custom resources
cortexThe data plane, its plugins and its demonstrations
rossoctl-cliThe command-line interface
examplesExample agents and tools

The organization profile lists every repository, and marks each one as core or experimental.

Releases

Read and watch

Get help

ChannelUse it for
SlackQuestions. This is the fastest channel.
IssuesDefects and feature requests
rossoctl-maintainers@googlegroups.comMessages 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.