Steve Dudenhoeffer
3e81fbd540
docs: public-readiness — vibe-coded disclosure + genericize internal hosts
...
CI / Tidy (push) Successful in 9m39s
CI / Build & Test (push) Successful in 10m21s
- README + CLAUDE.md: upfront "this is a vibe-coded project" disclosure for
going public.
- Replace internal LAN hostnames (*.orgrimmar.dudenhoeffer.casa) with
example.com across README, ADR-0004, the envproviders example, and env_test.go
(assertions updated together; suite still green). Token was already a
"change-me" placeholder, not a real secret.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-25 19:25:58 -04:00
steve
1ca607906d
feat: Google (Gemini) provider on the official Gen AI SDK
...
Phase 4: provider/google on google.golang.org/genai v1.59.0 — lazy cached
client, FunctionResponse tool loop, raw-JSON-schema tools and structured
output, ThinkingLevel reasoning mapping, iter.Pull2 streaming, hermetic
httptest suite via HTTPOptions.BaseURL. Registry wires google + gemini
schemes to the real client; stub machinery deleted (all built-ins real).
ADR-0011; README matrix + CLAUDE.md synced.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-10 13:04:28 +02:00
steve
043249e0e1
feat: OpenAI, Anthropic, and native-Ollama providers + media pipeline
...
Phase 3:
- provider/openai: Chat Completions for OpenAI + compat endpoints (SSE
streaming with by-index tool-call assembly, response_format json_schema,
legacy max_tokens option, reasoning_effort)
- provider/anthropic: Messages API (tool_use/tool_result, GA structured
output via output_config.format, full SSE event parser, 529 transient)
- provider/ollama: one native /api/chat client behind the ollama,
ollama-cloud, and foreman built-ins (presets; NDJSON streaming tolerant
of foreman's buffered single-object responses; object tool arguments;
format-schema structured output; think mapping)
- media/: capability normalization (sniff, downscale, transcode, byte
ladder, ErrUnsupported), wired into the chain executor per target with
penalty-free advance past incapable elements
- registry: real provider + scheme wiring, WithHTTPClient option, required
env-foreman TLS chat round-trip test
- ADR-0009 multimodal strategy, ADR-0010 tools/structured mapping; README
matrix + CLAUDE.md synced
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-10 12:58:08 +02:00
steve
dcd004289f
feat: foundations — canonical types, Parse grammar, env DSNs, health, chains
...
Phase 1 of the majordomo build:
- llm/ canonical contract (messages, parts, tools, capabilities, streaming,
Model/Provider, error classification)
- health/ clock-injected tracker (threshold bench, exponential capped
cooldown, reset-on-success)
- root Registry + Parse (verbatim model ids, inline recursive alias
expansion with cycle detection, chain dedup), LLM_* env-DSN providers
(go-llm parity: lazy fallback + eager LoadEnv), health-aware chain
executor behind the Model interface
- provider/fake scriptable test provider; hermetic test suite incl. the
trailing-thinking chain and foreman:// env loading
- ADRs 0001-0008, CLAUDE.md, README (honest matrix), CI workflow,
docs/phase-1-design.md
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-10 12:35:34 +02:00