Introduction
The first 5 minutes
pip install kyvvu
kyvvu register
# → creates your account, returns an API key
kyvvu init my-agent
# → registers a demo agent, applies 8 OWASP security policies, scaffolds a project
cd my-agent
pip install -r requirements.txt
export KV_API_KEY=KvKey-...
python agent.pyPolicy blocked this step: ...
Risk score: 1.00
Action: block
* Code execution requires a preceding gate (critical)
This is Kyvvu working as intended — the OWASP security policies
flagged an action that requires oversight. In a real agent, you'd
add a step.gate (human approval) before the blocked action.Architecture
What Kyvvu does
Quick links
Resource
URL
Next steps
Last updated
