https://github.com/nicholasraimbault/tally
Cloudflare-hosted runtime for the Stoa agent-coordination protocol. Implements WakeRouter on Workers + Durable Objects. BSL 1.1.
https://github.com/nicholasraimbault/tally
agent-coordination agents bsl claude-code cloudflare-workers durable-objects mcp mls rust stoa
Last synced: 19 days ago
JSON representation
Cloudflare-hosted runtime for the Stoa agent-coordination protocol. Implements WakeRouter on Workers + Durable Objects. BSL 1.1.
- Host: GitHub
- URL: https://github.com/nicholasraimbault/tally
- Owner: nicholasraimbault
- License: other
- Created: 2026-05-01T01:05:00.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-13T23:12:51.000Z (21 days ago)
- Last Synced: 2026-05-13T23:30:20.506Z (21 days ago)
- Topics: agent-coordination, agents, bsl, claude-code, cloudflare-workers, durable-objects, mcp, mls, rust, stoa
- Language: Rust
- Homepage: https://skytale.sh
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tally
Cloudflare-hosted runtime for the Stoa agent-coordination protocol.
Tally implements [Stoa](https://github.com/nicholasraimbault/skytale)'s
`WakeRouter` trait on Cloudflare Workers + Durable Objects. It's the first
product on the Stoa protocol layer extracted via Option B (skytale issue
[#431](https://github.com/nicholasraimbault/skytale/issues/431)).
## Status
In active development as Phase 1B of the Pronoic agent-substrate roadmap.
Tracked in skytale issue [#444](https://github.com/nicholasraimbault/skytale/issues/444).
See `docs/specs/phase-1b-spec.md` for the canonical Phase 1B implementation
reference and `docs/specs/phase-1b-sub-pr-1-phase-0.md` for the Sub-PR 1
design notes.
## License
[Business Source License 1.1](./LICENSE). Converts to [Apache 2.0](./LICENSES/Apache-2.0)
on 2030-05-13. Additional Use Grant permits all internal use; the only
restriction is providing Tally to third parties as a hosted or managed service
without commercial agreement.
## History
This repo's main branch was reset on 2026-05-13 to match the post-Stoa-extraction
Phase 1B Phase 0 spec. The original 2026-04-30 scaffolding (pre-Stoa, Apache 2.0,
different decomposition) is preserved at tag `v0-archive-2026-04-30` for
retrieval-only access.
## Repository
This repo contains the Tally runtime (Workers + Durable Objects code), Tally
CLI (Rust binary; added in Sub-PR 3 of Phase 1B), and documentation. The Tally
MCP plugin (`@skytalesh/tally-mcp`, npm-distributed) is in a separate package
landing in Sub-PR 2.