Durable threads, HTTP routes, session ownership, execution runners, and subscriptions.
Location
packages/agents-host in the Condensate monorepo. Its manifest name is @condensate/agents-host.
Commands
Run these from packages/agents-host after installing dependencies at the repository root.
| Script | Command |
|---|---|
typecheck | tsc --noEmit |
test | bun test |
start | bun src/main.ts |
start:reader | bun src/reader.ts |
broker-peer | bun src/broker-peer.ts |
Exports
| Import suffix | Source |
|---|---|
. | ./src/index.ts |
./events | ./src/events.ts |
./agui | ./src/agui.ts |
./json | ./src/json.ts |
./ui-spec | ./src/ui-spec.ts |
./genui | ./src/genui.ts |
./seats | ./src/seats.ts |
./cycle | ./src/cycle.ts |
./code-caps | ./src/code-caps.ts |
./workspace | ./src/workspace.ts |
./accounts | ./src/accounts.ts |
./proxy-placeholders | ./src/proxy-placeholders.ts |
Workspace dependencies
@condensate/broker@condensate/engine@condensate/prose
Source of truth
These tables are generated from the package manifest. Follow the application guides for setup, and the linked source for exported interfaces.