def guide_agent(message: str, *, reviewed: bool):
if not reviewed:
return "Pause. A human should take a look."
return message
print(guide_agent(
"Automate the work. Keep the judgment.",
reviewed=True,
))
# Intelligence is knowing when to ask.
Independent product
Amazon PPC Tactical Agents
An AI platform that coordinates five specialist agents to optimize Amazon advertising. Built around a 14-day shadow mode, tenant-safe orchestration, semantic keyword analysis, and real-time decision logs.
Product architecture, agent orchestration, API, dashboard, and deployment.
- Next.js
- Python
- FastAPI
- Gemini
- PostgreSQL
- Docker
