https://github.com/stackonehq/crossroads
ai agents doing agentic things on cloudflare durable objects
https://github.com/stackonehq/crossroads
Last synced: about 1 year ago
JSON representation
ai agents doing agentic things on cloudflare durable objects
- Host: GitHub
- URL: https://github.com/stackonehq/crossroads
- Owner: StackOneHQ
- License: mpl-2.0
- Created: 2025-02-07T15:18:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:17:24.000Z (over 1 year ago)
- Last Synced: 2025-02-24T17:24:38.591Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 240 KB
- Stars: 53
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrossRoads 🚦
> a smol package to orchestrate agents in cloudflare workers + durable objects
- experimenting with durable patterns and human <> ai interface
- using workers to execute tool calls for mega scale
- rxjs for easy graphs execution
## examples (apps)
- [inference-time-scaling with workers](./apps/inference-time-scaling)
- [durable-runner](./apps/durable-runner)
- [durable-search](./apps/durable-search)
this is work in progress and will probably be broken for a while.
## fun findings
- often it is easier to call the same worker to get a clean execution env for tools
- some models really cant handle long tool calls