Tags: agenticdevops/aof
Tags
v2.0 OpenAgentiX Enterprise agent automation platform — define agents in YAML, run as a single binary, track costs, keep humans in the loop. Key accomplishments: - GitAgent-compatible agent directories with ReAct loop engine and kubectl-style CLI - Skills composition with 8 built-in packs and WASM sandbox isolation - Event-driven triggers (cron, webhook, GitHub, Jira, agent-to-agent) with multi-agent coordination - Cost tracking with budgets, OTel telemetry, SSRF protection, audit trails - Approval workflows (3 autonomy modes) and multi-channel gateway (Slack, Telegram, Discord) - Svelte Command Center and LLM subscription proxy (OAuth for Claude/ChatGPT/Gemini) 11 phases, 67 plans, 78K LOC (Rust + Svelte), 149 commits. See .planning/MILESTONES.md for full details.
Release v0.4.0-beta: Interactive TUI mode with session persistence - Interactive TUI Mode with real-time activity logging - Agent cancellation with ESC key - Session persistence and resume capability - Session management commands - Launch with `aofctl run agent <config.yaml>` (no --input flag) - Chat panel with syntax-highlighted conversation history - Activity log showing agent events (thinking, tool use, LLM calls) - Context gauge displaying token usage and execution time - Help overlay with keyboard shortcuts (press ?) - ESC key to stop running agents gracefully - Clean abort of LLM calls and tool executions - Conversations saved automatically to ~/.aof/sessions/ - JSON format with message history, tokens, activity logs - `--resume` flag to continue latest session - `--session <id>` flag for specific session - `aofctl get sessions` - List all saved sessions - `aofctl get sessions <agent>` - Filter by agent - Supports JSON/YAML output formats See CHANGELOG.md for complete details.
Release v0.3.0-beta: Agent Library & MCP Catalog Beta release with comprehensive tooling for production use. - **Kubernetes** (5): deploy-guardian, node-doctor, resource-optimizer, pod-debugger, rollout-manager - **Observability** (5): alert-manager, slo-guardian, log-analyzer, metrics-explorer, trace-investigator - **Incident** (5): rca-agent, incident-commander, escalation-manager, postmortem-writer, runbook-executor - **CI/CD** (5): pipeline-fixer, build-optimizer, release-manager, test-analyzer, artifact-manager - **Security** (5): vuln-scanner, secret-auditor, compliance-checker, access-reviewer, security-responder - **Cloud** (5): cost-optimizer, drift-detector, capacity-planner, backup-validator, multi-cloud-coordinator - Core: filesystem, fetch, puppeteer - Development: github, gitlab - Databases: postgres, sqlite - Communication: slack - Search: brave-search - Observability: Grafana, Datadog - Security: Vault, Trivy, Snyk, SonarQube, OPA - Cloud: AWS, Azure, GCP - GitOps: ArgoCD, Flux - CI/CD: GitHub Actions, GitLab CI - PagerDuty incident management - OpsGenie alert management curl -sSL https://docs.aof.sh/install.sh | bash - Bug fixes and stability improvements - Performance optimization - v1.0.0 release in one week
chore: Bump version to 0.3.0-beta Major version bump reflects significant new functionality: - 30 production-ready agents - 10 MCP servers documented - 13 integration tools - PagerDuty/OpsGenie triggers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
v0.2.0-beta: Composable Architecture with Multi-Platform Support Major Features: - Composable Architecture: Agent, Fleet, Flow, Trigger as core primitives - 9 Trigger Platforms: Slack, Discord, Telegram, WhatsApp, Teams, GitHub, GitLab, Bitbucket, Jira - 7 Built-in Tools: kubectl, docker, aws, terraform, git, shell, http - Platform Registry with factory pattern for extensibility - Ed25519 and HMAC-SHA256 signature verification New Integrations: - Microsoft Teams Bot Framework - WhatsApp Business Cloud API - Jira Issue Tracking Platform - GitHub/GitLab/Bitbucket PR Review Automation Documentation: - Comprehensive integration guides for all platforms - Quick-start tutorials - Example configurations
Release v0.1.15: Slack Approval Workflow & Conversation Memory Features: - Human-in-the-loop approval workflow with Slack reactions - Conversation memory system for contextual follow-ups - AgentFlow multi-tenant routing - Bot self-approval prevention with auto-detected bot_user_id - Fixed kubectl syntax guidance in agent instructions See CHANGELOG.md for full details.
v0.1.13 - Documentation and Structure Improvements - feat: Implement AgentFleet for multi-agent coordination (#1) - feat: Add unified ToolSpec for built-in and MCP tools - feat: Implement AgentFlow workflow orchestration (#2) - feat: Add `aofctl serve` command for trigger webhook server - feat: Add Docker support for AOF Daemon deployment - feat: Implement flexible MCP tool configuration (#3) - refactor: Flatten repository structure and add unified CLI tools - docs: Add AgentFleet examples to Docusaurus documentation - docs: Add MCP configuration guide, CLI reference, and test examples - fix: Update release process with correct repo and docs URLs - fix: Resolve Docusaurus broken links in documentation - fix: Add tool_call_id to Message struct for OpenAI compatibility - fix: Fix broken directory links in examples/index.md - fix: Fix broken doc links and MDX syntax errors - fix: Remove cd aof from release workflow (flat repo structure) Full Changelog: v0.1.12...v0.1.13