Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added agent/opencomputer-agent-0.6.0.tgz
Binary file not shown.
Binary file added cli/opencomputer-cli-0.7.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion cloudflare-workers/oc-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The framework-neutral model gateway for hosted OpenComputer agent Workers. Flue is the first
adapter, but the permanent Worker and operator configuration are not framework-named. Contract and
rationale live in `oc-bg-agents` design 013 §4 and work item 022 W7-P.
rationale live in the `serverless-agents-ws` knowledge base, archive `.agents/archive-durable-agent-sessions/`: design 013 §4 and work item 022 W7-P.

It **extends** the shipped managed-model path (does not replace it): org-level spend keeps flowing through the org's single OpenRouter inference key → the existing `model_meter` cron → Autumn (`opencomputer/cloudflare-workers/api-edge/src/{model_billing,model_meter,openrouter}.ts`, `token-billing.md`). The gateway only adds the injection point a CF Worker needs (it can't use the box secrets-proxy) plus **org+agt budget enforcement + best-effort per-session sub-metering**. It pushes **nothing** to Autumn.

Expand Down
Binary file added react/opencomputer-react-0.2.0.tgz
Binary file not shown.
Binary file added sdks/typescript/opencomputer-sdk-1.1.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion web/src/components/slack-connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import {
import { useManagedSlackConnections } from '@/lib/managed-slack-connections'

// An agent connects its OWN Slack app (BYO, 1:1:1). Connect is a two-step,
// manifest-route wizard (oc-bg-agents/.agents/design/008-slack-presence.md §2):
// manifest-route wizard (serverless-agents-ws, .agents/archive-durable-agent-sessions/.agents/design/008-slack-presence.md §2):
// START returns a manifest the user pastes into Slack's "From a manifest"
// flow; COMPLETE takes the three values Slack then hands back. No OAuth, no
// secrets in responses.
Expand Down
Loading