About
π© Multi-Agent Workflow
README
flux-agent is a sophisticated multi-agent system built using the Strands Agents SDK. It features a "write-review-improve" feedback loop and integrates external tools via the Model Context Protocol (MCP).
Key Features
- Multi-Agent Orchestration: Uses a
GraphBuilderto coordinate awriter,checker(quality evaluator), andfinalizer. - Feedback Loops: Implements a cycle where content is written, checked, and sent back for revision if it doesn't meet quality standards.
- MCP Integration: The
writeragent can use external tools likemcp-server-fetchto retrieve real-time information from the web. - Modular Tooling: Tools are abstracted into a dedicated
app/toolsdirectory for easy extensibility. - Ollama Integration: Runs locally using Ollama (defaulting to
llama3.1:latest).
Architecture
app/workflow.py: Defines the graph structure, node transitions, and agent roles.app/quality_checker.py: A custom multi-agent node that determines if content is ready for finalization or needs another iteration.app/tools/:web_tools.py: Manages the MCP connection to the fetch server.__init__.py: Provides a central registry for all available tools.
app/runner.py: A CLI interface for interacting with the workflow.
Getting Started
Prerequisites
- Ollama: Ensure Ollama is installed and running with
llama3.1pulled:ollama pull llama3.1 - uv: This project uses
uvfor lightning-fast Python package management. Install uv.
Installation
Clone the repository and install dependencies:
uv sync
Running the Demo
Launch the interactive CLI:
uv run main.py
Demo Options
demo: Generates a haiku about programming loops (standard workflow test).tool: Fetches content from a URL and summarizes it (MCP tool test).exit: Gracefully close the application.
How it Works (MCP Tooling)
The writer agent is equipped with an MCPClient. When you ask for web content, the agent automatically:
- Connects to the
mcp-server-fetchviauvx. - Calls the
fetchtool with the provided URL. - Receives the content and incorporates it into the response.
- Sends the draft to the
checkerto start the review loop.
License
MIT
Installing Flux Agent
This server has no published package β it is built from source. Open the repository and follow its README.
βΈ github.com/joshydavid/flux-agentFAQ
Is Flux Agent MCP free?
Yes, Flux Agent MCP is free β one-click install via Unyly at no cost.
Does Flux Agent need an API key?
No, Flux Agent runs without API keys or environment variables.
Is Flux Agent hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Flux Agent in Claude Desktop, Claude Code or Cursor?
Open Flux Agent on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install β the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Flux Agent with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
