Demo Scenarios
Ready-made agent configurations you can run immediately. Each demo is a config directory with a system prompt, agent card, and tool settings.
Standalone Research Assistant
A general-purpose agent with access to shell commands, web browsing, and file operations. Good starting point for experimentation.
docsclaw serve --config-dir testdata/standaloneView config →
Research Agent
Fetches documents from an external service, analyzes content, and produces structured research summaries. Uses skill files for specialized prompting.
docsclaw serve --config-dir testdata/research-agentView config →
Document Reviewer
Reviews documents for compliance, security, and quality. Specialized for operations teams that need automated document review workflows.
docsclaw serve --config-dir testdata/reviewer-opsView config →
HR Document Summarizer
Summarizes HR documents, policy updates, and employee communications. Produces structured summaries with key decisions and action items.
docsclaw serve --config-dir testdata/summarizer-hrView config →
OpenShift Deployment
Demo Kubernetes manifests for deploying agents on OpenShift are available in the docs/demo directory, including:
- Executive assistant agent deployment
- HR analyst agent deployment
- Service account and RBAC configuration
- Image volume configuration for skill delivery