@nevescloud/confer-agent
v0.3.1
Published
Workspace agent for confer. Joins a confer workspace as a peer over WebRTC and runs a long-lived Claude Agent SDK session attached to the page.
Downloads
252
Maintainers
Readme
@nevescloud/confer-agent
Workspace agent for confer. Joins a confer workspace tab as a peer over WebRTC, runs a long-lived Claude Agent SDK session, responds to thread messages.
Use
Open a workspace at http://neves.cloud/confer/workspace.html (or wherever you serve confer). Note the ?site=ws-xxxxxx value in the URL. From any directory:
npx @nevescloud/confer-agent ws-xxxxxxClaude is now in the room. Type on the page; it responds.
Project context
Run from the directory whose context you want Claude to have. The cwd's CLAUDE.md auto-loads, and Read/Edit/Bash/Grep/Glob etc. all scope to that directory.
Architecture
workspace.html (host) ──WebRTC──> this process ──Agent SDK──> ClaudeThe substrate (stoa lobby, peer key, pair-request, RTC transport) is imported from @nevescloud/confer-mcp's published lib/. Single source of truth across the terminal-invitee MCP path and this workspace-agent path.
Requires Node ≥ 22.
