Support Agent
The Support Agent source
is a complete Framework program. It builds an Agent, connects OpenAI,
attaches a typed lookup tool, creates a session through Engine, and answers a
real support question.

OPENAI_API_KEY=... cargo run -p everruns-support-agentThe included cust_demo record is deliberately non-sensitive. Supply a
different question after -- to try another support flow. CI builds the agent
with a placeholder credential; running the binary makes the real model call.