Skip to content

Add strategy-agent MVP (FastAPI + Docker + examples)#16

Open
asotogrande wants to merge 9 commits into
mainfrom
module/strategy-agent-api-mvp
Open

Add strategy-agent MVP (FastAPI + Docker + examples)#16
asotogrande wants to merge 9 commits into
mainfrom
module/strategy-agent-api-mvp

Conversation

@asotogrande

@asotogrande asotogrande commented Jan 29, 2026

Copy link
Copy Markdown
Collaborator

What does this PR change?

Adds Strategy & Feedback Agent (SFA) MVP microservice.

Which module?

-strategy-agent-api-mvp

  • Docker-first runnable service (FastAPI + Uvicorn) on port 8010
  • Endpoints:
    • GET /health
    • POST /recommend
    • POST /counterfactual
    • POST /brief
  • Returns structured fields (recommendations, drivers, assumptions, evidence[]), not only free text
  • Includes “golden” request/response JSONs for orchestrator integration tests:
    • modules/strategy-agent/examples/*

How to run (Docker)

From repo root:

docker build -t ops-strategy-agent modules/strategy-agent
docker run --rm -p 8010:8010 ops-strategy-agent


## Checklist
- [ ] README updated (how to run + demo)
- [ ] Inputs/outputs documented
- [ ] No credentials / private data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant