Skip to content

Repository files navigation

examples-hello-world

A polyglot project built with no external framework detected. This description is generated from repository structure; replace it with a purpose statement when convenient.

Table of Contents

Overview

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

Quick Start

Install

# No dependency manifest detected — see source layout below.

Run

# Entry point not auto-detected; inspect the layout below.

Model Routing

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/v1

Gotcha: Claude deployments on Azure return 404 api_not_supported on /chat/completions. They answer only via the Responses API.

Project Layout

AGENTS.md
LICENSE
Readme.md
deno.json
deno.lock
imp-weather-surprise.html
index.html
main.ts

Development

# lint / format before committing
# no linter configured

# run the CI check locally
gh workflow run hermes-azure-check.yml

Secrets live in environment variables and CI secrets — never in tracked files.

Related Repositories

Part of a 84-repository workspace sharing one agentic contract:

  • agentic-harness — patterns, contracts, and reference implementations
  • AGENTS.md in every repo pins identical model routing

README maintained by the agentic harness · last regenerated 2026-08-10

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages