Hacker News new | ask | show | jobs
Show HN: CNCF announces Dapr Agents, a vendor-neutral AI framework (github.com)
10 points by yaronsc 457 days ago
Hi all, I'm the creator and maintainer of Dapr. Today we announced an agentic AI framework that allows developers to run thousands of agents on a single core that can scale to/from zero with minimal latency, with a durable execution engine that supports automatic retries. Us maintainers would very much appreciate your feedback
2 comments

Very interesting as CNCF also behind https://opentelemetry.io/ could make for an interesting approach.

Interested to see how the "messaging" protocols will work at this scale with use of pub/sub for agent communication (https://dapr.github.io/dapr-agents/home/principles/#5-messag...).

If anyone is looking for some quick start examples, they are here[0].

[0]https://github.com/dapr/dapr-agents/blob/main/quickstarts/RE...