Add Aetheris - Agent Hosting Runtime#6080
Conversation
Aetheris is an execution runtime for AI agents with event-sourced execution, crash recovery, and human-in-the-loop support. It provides native adapters for LangGraph, AutoGen, and CrewAI.
Automated Quality ChecksRequired checks❌ Repo link: missing from PR body
Forge link: https://github.com/your-org/your-project ❌ Go Report Card: missing from PR body
goreportcard.com: https://goreportcard.com/report/github.com/your-org/your-project Popular options: Codecov, Coveralls. Integrate one with your CI to track coverage automatically.
These checks are automated and do not replace maintainer review. See CONTRIBUTING.md for full guidelines. PR Diff ValidationContent checks✅ Files changed: only README.md Automated diff validation — does not replace maintainer review. |
Project Description
Aetheris is an execution runtime for AI agents - think "Temporal for Agents". It provides a durable, replayable, and observable environment where AI agents can plan, execute, pause, resume, and recover long-running tasks.
Features
Why Add This Project
Aetheris fills a gap in the Go ecosystem for production-grade agent runtimes. It enables developers to build reliable, auditable AI agent systems with:
Category
Added to the LLMs section near langgraphgo as it's related to agent/framework development.