flyrank-workflow-agent

krcgoktug/flyrank-workflow-agent
★ 0 stars Python AI/LLM Updated 3d ago
Repo to case study: a five-step workflow, an MCP server, and an agent that turned out worse - FlyRank internship W4-5
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flyrank-workflow-age": {
      "command": "uvx",
      "args": [
        "flyrank-workflow-agent"
      ]
    }
  }
}

Or install with pip: pip install flyrank-workflow-agent

README Excerpt

FlyRank AI Internship · General AI Fluency · Weeks 4–5. Four assignments, one thread: build a workflow, expose it over MCP, spec an agent, then build the agent and find out it is worse. | Assignment | Deliverable | | --- | --- | | **FL-04** Ship an Automation Workflow v2 | [docs/WALKTHROUGH.md](docs/WALKTHROUGH.md) · [`pipeline.py`](pipeline.py) |