Skip to content

Releases: Rajeshdevandla/agent-flow

v1.0.0 — Initial Production Release

Choose a tag to compare

@Rajeshdevandla Rajeshdevandla released this 26 Jun 09:05
1e37ebc

AgentFlow v1.0.0 — Multi-Agent Orchestration System

Production-ready release of AgentFlow, a multi-agent orchestration framework built on Amazon Bedrock without LangChain.

Features

  • Planner, Researcher, and Summarizer agents with custom base class
    • Long-term memory stub (file-based)
    • Graceful failure recovery and orchestration
    • Constitutional AI Revision Engine
    • Full evaluation suite: 55 test cases covering 10 safety principles
    • Dockerized multi-stage build for FastAPI backend and Streamlit frontend
    • Centralized configuration for Anthropic SDK and Amazon Bedrock

Tech Stack

Python, FastAPI, Streamlit, Amazon Bedrock, Docker, pytest