Fork. This README is generated by the agentic harness and is fork-local — exclude it from any upstream pull request. Upstream docs are preserved where present.
This fork participates in the sahiixx agentic harness — a shared contract for how agents plan, act, verify, and recover.
| Pattern | Role here |
|---|---|
| Prompt Chaining | Deterministic multi-step pipelines |
| Routing | Classify input, dispatch to specialist |
| Parallelization | Independent subtasks fan out |
| Orchestrator–Workers | Central planner decomposes dynamically |
| Evaluator–Optimizer | Generator/judge split, bounded retry |
| ReAct | Interleaved reason → act → observe |
| Reflection | Self-critique before final answer |
| Purpose | Deployment | Endpoint |
|---|---|---|
| Default / general | gpt-5.6-sol |
/openai/v1/chat/completions |
| Deep reasoning | claude-opus-5 |
/openai/v1/responses only |
| Embeddings | text-embedding-3-small |
/openai/v1/embeddings |
export AZURE_FOUNDRY_API_KEY=...
export AZURE_FOUNDRY_BASE_URL=https://<resource>.openai.azure.com/openai/v1Claude on Azure returns
404 api_not_supportedon/chat/completions; it answers only via the Responses API.
README maintained by the agentic harness · fork-local · regenerated 2026-08-10