A polyglot project built with no external framework detected. This description is generated from repository structure; replace it with a purpose statement when convenient.
A polyglot project built with no external framework detected. This description is generated from repository structure; replace it with a purpose statement when convenient.
| Stack | — |
| Frameworks | — |
| Tests | none detected |
| Commits | 2 |
| Last activity | 2026-08-10 |
| Visibility | public |
# No dependency manifest detected — see source layout below.# Entry point not auto-detected; inspect the layout below.Agent work in this repo routes through Azure AI Foundry. See AGENTS.md
for the full contract.
| 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=... # never commit this
export AZURE_FOUNDRY_BASE_URL=https://<resource>.openai.azure.com/openai/v1Gotcha: Claude deployments on Azure return
404 api_not_supportedon/chat/completions. They answer only via the Responses API.
AGENTS.md
LICENSE
Readme.md
deno.json
deno.lock
imp-weather-surprise.html
index.html
main.ts
# lint / format before committing
# no linter configured
# run the CI check locally
gh workflow run hermes-azure-check.ymlSecrets live in environment variables and CI secrets — never in tracked files.
Part of a 84-repository workspace sharing one agentic contract:
- agentic-harness — patterns, contracts, and reference implementations
AGENTS.mdin every repo pins identical model routing
README maintained by the agentic harness · last regenerated 2026-08-10