Live data from Hacker News

Apache Burr: Build reliable AI agents and applications

burr.apache.org

121–125 of 125 posts

Re: Apache Burr: Build reliable AI agents and applications

#122

How does this compare to https://strandsagents.com/ ? I'm interested in tools in this space, right now I'm not attached to one, but Bedrock + Serverless on Agent Core feels like the "easy guided path" though I don't like the platform lock-in

Strands is more opinionated and higher-level, also not vendor neutral.

Re: Apache Burr: Build reliable AI agents and applications

#123
post #85
post #76

Earlier quoted context omitted.

I was looking at their docs and Burr has agent cookbooks to get started with this, and it can handle multi-machine workflows. Is this not what you were looking for? I am not sure how it integrates and uses skills etc, but it seems like it should work to me. https://burr.apache.org/docs/examples/agents/

Thank you. I want something like that, but that uses codex/claude code as agents (through their corresponding subscriptions), instead of having to create ad-hoc agents + api keys

You can absolutely do that by using subprocess.run, or use the codex sdk

https://github.com/openai/codex/tree/main/sdk/python

Re: Apache Burr: Build reliable AI agents and applications

#124
post #43

On a tangent, can anyone recommend good coding agent orchestration tools or platform? Something to launch, manage and monitor codex or claude agents in multiple machines Ideally self-hostable/open source I know claude code has a lot of that internally built in already, but it’s claude-only

I had a similar need to yours, so if you're looking for a job launcher for multi-agents, I'd like to recommend "Prompt-Combo", it's freeware.

Re: Apache Burr: Build reliable AI agents and applications

#125

Earlier quoted context omitted.

100% agreed, the "this is what an agent looks like to write" is the wrong pitch for a new agent framework. The better pitch would be, "this is how easy observability, guardrails, monitoring, deployment, evals, versioning, A/B testing are with our framework." What the agent code looks like is somewhat incidental.

This this this! Anyone have something they genuinely like for all of this? For now I'm rolling my own, but I can't believe I won't find a better OSS alternative soon...

[dead]
Post reply on HN