consumer-agent
consumer-agent
Section titled “consumer-agent”The orchestrator and user-facing surface of the Rewards Assistant platform: an agentic AI chatbot (LangChain/LangGraph on OpenAI’s Responses API) that hosts sub-agents, composes prompts from feature-flagged components, streams responses to mobile, and persists episode-based conversation history.
New to the platform? Start at the Rewards Assistant Platform Index — the cross-repo table of contents for every platform spec and repo — then read the platform onboarding guide.
Documentation
Section titled “Documentation”Architecture & development
Section titled “Architecture & development”- Architecture — system design and component map
- Development guide
- Setup
- Deployment
- CLI and usage
- MCP integration
- Streaming responses
- Integration testing
- GSI deployment
- Opik evaluation
Platform specs (owned by consumer-agent)
Section titled “Platform specs (owned by consumer-agent)”consumer-agent is the home for the Chat Stack (PC-*) and Foundation
(PF-*) specs (see §4.2 of PF-7). The full set lives under
docs/specs/:
API reference
Section titled “API reference”The OpenAPI reference is generated from the FastAPI app
(scripts/export_openapi.py) and published alongside this section. See the
API tab in the sidebar.
Research & experiments
Section titled “Research & experiments”Design spikes and experiment reports live under docs/research/
and docs/experiments/.