Kyvvu

Runtime policy enforcement for AI agents

Your organization has rules about customer privacy, data handling, decision transparency, and appropriate escalation. But when you deploy AI agents, how do you ensure they actually follow these rules at runtime?

The problem: AI agents make decisions autonomously. You can prompt them, but you can't guarantee they'll always do the right thing. One bad decision—exposing PII, approving the wrong transaction, bypassing required approvals—can cost you. And when something goes wrong, can you prove what happened?

What Kyvvu does: We enforce your organization's policies at runtime, across every agent, regardless of framework. Define a rule once — in plain language, mapped to your EU AI Act obligations — and Kyvvu enforces it automatically at the code level, between every agent step. Not after the fact. Not optionally. At the moment the agent acts.

How it works

Kyvvu captures every step your agents take and evaluates them against policies you define:

from kyvvu import Kyvvu

kv = Kyvvu(api_key="your-key")

# Register your agent once
kv.register_agent(
    agent_key="customer-support-agent",
    name="Customer Support Agent",
    purpose="Handles customer inquiries",
    risk_classification="HIGH"
)

# Decorate functions to log automatically
@kv.log_step("LLM_CALL")
def generate_response(query):
    return llm.invoke(query)

@kv.log_step("TOOL_CALL", has_write_permission=True)
def update_customer_record(data):
    return database.update(data)

Three core capabilities:

We integrate seamlessly with LangChain (via callback handlers), work with any Python framework, and deploy on your infrastructure. Framework-agnostic REST API for non-Python agents.

Where we are now

What exists today:

What we're building:

Want early access? Email maurits@kyvvu.com.

Co-Development Pilot Program

We're working with 3-5 organizations to refine Kyvvu before general release.

What you get:

  • We deploy Kyvvu on your infrastructure (you keep all data)
  • Monitor compliance for up to 3 AI agents in your environment
  • Build custom policies aligned with your company values and EU AI Act requirements
  • Generate audit trails and develop best practices for incident management
  • Comprehensive technical report assessing your AI Act readiness
  • Direct input into our roadmap—report issues via GitHub, we iterate rapidly
  • Copy of our book: theaiagentbook.com

Duration: 6 weeks (1 week setup, 4 weeks active monitoring, 1 week evaluation)

What we're looking for:

  • Python-based agents (custom frameworks, LangChain, or Microsoft Copilot Studio)
  • Organizations with strong governance requirements: healthcare, banking, insurance, or any sector where agent behavior has real consequences
  • Technical team who can work with our engineer during integration

To ensure genuine co-creation and mutual commitment, the pilot program is not free. However, the investment is fully credited toward your license fees if you continue using Kyvvu after the pilot.

Ready to build governance into your AI agents from the ground up? Email maurits@kyvvu.com.

About Kyvvu

Kyvvu is founded by Maurits Kaptein. Kyvvu is an early-stage company building runtime compliance infrastructure for AI agents. We're backed by seed funding and working with a small number of pilot partners in regulated industries across the Netherlands.

Learn more about us or see open positions.