Chat
CVC Agent
Chat with the CVC cognitive agent. Your conversation is automatically versioned — every exchange is time-machined.
Proxy
Port: 19333
Uptime: —
PID: —
Agent
Status: —
Provider: —
Model: —
MCP Server
Transport: stdio
Tools: 26
SDK / Hive Mind
Agents: 0
Commits: 0
Recent Activity
Loading…
Branches
Loading…
Proxy Status
Sessions
Loading…
Proxy Configuration
Loading…
CVC Agent
The CVC Agent is an interactive AI coding agent (like Claude Code) with built-in Time Machine.
Use the Chat tab to interact with it in the browser, or run cvc agent from the CLI.
Agent Tools
Recent Commits
Loading…
MCP Server
MCP server is launched by IDEs as a subprocess. Configure via cvc mcp.
"mcp": { "servers": { "cvc": { "command": "cvc", "args": ["mcp"] } } }
MCP Tools
Loading…
⚡ Agent Creator
Describe what you want your agent to do — AI will create the template.
Choose a built-in template to start from.
Registered Agents
Loading…
Agent Templates
Loading…
📝 Write to Hive Memory
🧠 Hive Memory Feed
Loading…
📋 Hive Summary Context
Loading…
🎯 Squads
Loading…
New Squad
SDK Usage
from cvc.sdk import HiveMind, Agent
hive = HiveMind()
agent = hive.register_agent("my-agent", role="coder", squad="alpha")
agent.commit("Implemented feature X", content="...", commit_type="generation")
results = agent.recall("feature X", limit=5)
from cvc.sdk.hivemind import HiveMemory
hive = HiveMind()
memory = HiveMemory(hive)
# Write shared memory
await memory.write("coder-1", "Found XSS vulnerability in auth module", category="warning", tags=["security"])
# Read shared memory
entries = await memory.read(category="warning", limit=10)
# Get context for agent prompt injection
context = await memory.summary_context(limit=5)
agent = hive.register_agent("reviewer", role="reviewer", squad="alpha")
# Share to the hive
await agent.share_to_hive("Code review complete, 3 issues found", category="task_result")
# Read from the hive
entries = await agent.read_hive(category="discovery")
# Get hive context as a formatted string
ctx = await agent.hive_context(limit=10)
Commit
Create a cognitive checkpoint
Branch
Create an exploration branch
Merge
Semantic three-way merge
Restore
Time-travel to a previous commit
Recall
Semantic search across all commits
Diff
Compare two commits
CVC Status
Loading…
Context Window
Loading…
Blob Store
Loading…
Commit Timeline
Loading…
Current Model
Loading…
Model Catalog
Loading…
Connect Your Tools
Point your AI tools to CVC to enable Time Machine for every conversation.
Supported Tools
Loading…
🛡️ Agent Permissions
▼🔑 Provider & Model
▼🤖 Agent Behavior
▼🪝 Hooks
▼Run custom commands on lifecycle events.
🌐 Environment
▼🔌 Plugins
▼🔬 Advanced
▼📂 Git Integration
▼Loading…
📜 Audit Log
▼Loading…