soul: OpenAI-compatible provider path for chat (Ollama/OpenAI/Grok/Gemini) — v1 #65
Open
tim.lingo
wants to merge 0 commits from
feat/openai-format-providers into main
pull from: feat/openai-format-providers
merge into: :main
:main
:feat/agent-phase1-soul
:feat/soul-model-self-report
:feat/openai-format-providers
:feat/plan-mode-endpoint
:fix/operator-identity-home-resolution
:fix/wrapper-backlog-endpoints
:fix/list-typed-slice-offset
:feat/connectors-call-route
:fix/chat-vision-attachments
:fix/prevent-engram-corruption
:fix/emergency-regressions
:fix/session-continuity-hook
:fix/context-dedup-shared-ids
:fix/engram-float-parser
:improve/recall-context-format
:improve/recall-context-dedup
:improve/recall-cross-session-continuity
:improve/recall-emotional-recall
:improve/recall-activation-seed
:improve/recall-recall-completeness
:improve/recall-temporal-precision
:improve/recall-engram-scoring
:improve/recall-recall-reliability
:improve/recall-session-start-recall
:improve/reliability-engram-write
:improve/reliability-state-management
:improve/soul-memory-formation
:improve/safety-crisis-detection
:improve/reliability-route-error-recovery
:improve/reliability-llm-retry
:improve/reliability-session-boundary
:improve/reliability-safety-resilience
:improve/reliability-engram-connection
:improve/soul-routes-api
:improve/reliability-cross-session-affective
:propose/agent-workspace-root-read
:improve/reliability-conv-history
:improve/soul-strip
:improve/soul-chat-pipeline
:docs/conversation-retrieval-design
:propose/no-fake-tools-in-chat-mode
:fix/ci-soul-build-single-file
:fix/canonical-self-bridge
:feat/agent-tool-workspace-scope
:fix/agentic-tools-duplicate-web-search
:green/agentic-fixes
:feat/connectors-soul
:feat/layer-safety
:feat/layer-imprint
:feat/layer-stewardship
:test/layer-composition
:test/layer-safety
:test/layer-stewardship
:test/layer-imprint
:feat/memory-delete-update
:feat/native-web-search
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "feat/openai-format-providers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Additive OpenAI-format chat path so the brain can serve non-Anthropic providers (Ollama/OpenAI/Grok/Gemini), not just Anthropic. Anthropic path untouched + default.
Scope (v1): plain chat completion only — NO tools/agentic loop in OpenAI format yet (follow-up).
Rung: SOURCE-WRITTEN + PARSES (elc --target=c chat.el exits 0). NOT built/tested — needs dist/soul.c rebuild + E2E. Full handoff (build, env-wiring, test plan) in docs/specs/SPEC-soul-openai-providers.md.
When NEURON_LLM_0_FORMAT=openai and NEURON_LLM_0_URL set, basic chat builds an OpenAI chat/completions request and parses choices[0].message.content; else the Anthropic agentic_loop runs (default).
Generated with Claude Code
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.