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…
Hive Mind Agents
Loading…
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)
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
CVC Configuration
Loading…
Git Integration
Loading…
Audit Log
Loading…