Awesome AI AgentsAI Workflow Orchestrators

aeonfun/aeon

⭐ 728 TypeScript repository created 2026-03-04

Aeon is an agent framework built around unattended operation. A user forks the template repository, runs a local dashboard, authenticates one of six supported harnesses, connects a notification channel such as Telegram, Discord or email, selects skills and assigns each a cron schedule; from then on the work executes on GitHub Actions without approval prompts. The unit of work is a skill, a single SKILL.md file containing a small frontmatter block with a name, category, description, required or optional API keys, a per-run input variable and a write or read mode, followed by a plain-language prompt. Because the prompt is the skill, skills can be scheduled, parameterised at run time, and chained into one another, and the project states that a small model rates every run. Over sixty skills ship across six packs: core skills for fleet coordination, self-configuration and liveness; an evolution pack in which the agent authors and repairs its own skills; a basics pack of simple runnable tasks; and packs for development and code, crypto and markets, and productivity, with a catalogue of the full set and a separate index of community packs. A run-harness layer sends the same skill file to whichever engine is configured, listed as Claude Code, Grok, Codex, Pi, Vibe and Kimi, so a skill is not tied to one vendor. Everything available in the dashboard is also exposed as a command-line interface and as a chat command through a setup skill that installs as a plugin for Claude Code or Codex. Node.js 20 and an authenticated GitHub CLI are required. Documented uses include opening pull requests against repositories, private vulnerability disclosure, deploying applications, running research and generating scheduled digests. It targets developers wanting scheduled autonomous automation on free CI minutes.

https://github.com/aeonfun/aeon

agent-frameworkai-agentsautomationautonomous-agentsclaude-codecrondevopsgithub-actionsharnessllmmcpskills

Also in AI Workflow Orchestrators

langflow-ai/langflow

Langflow is a powerful open-source platform for building, testing, and deploying AI-powered agents and workflows with visual authoring, multi-agent orchestration, and API integration capabilities.

stablyai/orca

Orca is an AI Orchestrator that provides an integrated development environment for running and managing parallel AI agents across various platforms, including desktop and mobile.

calesthio/OpenMontage

OpenMontage is an open-source, agentic video production system that transforms AI coding assistants into full video studios for automated video creation from text prompts.

stanfordnlp/dspy

DSPy is a framework that enables programming language models with compositional Python code to build modular AI systems and optimize their performance beyond traditional prompting methods.

kestra-io/kestra

Kestra is an open-source, event-driven orchestration platform for data, AI, and infrastructure workflows, enabling declarative and code-based automation with a rich plugin ecosystem.

humanlayer/12-factor-agents

12 Factor Agents is a comprehensive framework outlining principles for building reliable, scalable, and production-ready LLM-powered AI software agents.

yoheinakajima/babyagi

BabyAGI is an experimental framework for building self-building autonomous agents using a function-centric approach with comprehensive management, logging, and a dashboard interface.

teableio/teable

Teable is an AI spreadsheet platform that integrates data management, AI workflows, and app building on a PostgreSQL backend, enabling users to create custom business applications.