mirror of
https://github.com/langchain-ai/oap-agent-supervisor.git
synced 2026-07-01 20:04:03 -04:00
[PR #32] [MERGED] Make model configurable, and get API key from runtime config #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/oap-agent-supervisor/pull/32
Author: @nhuang-lc
Created: 7/2/2025
Status: ✅ Merged
Merged: 7/5/2025
Merged by: @nhuang-lc
Base:
main← Head:nh/oap-api-key📝 Commits (4)
a410a41Make supervisor model configurable, and allow user to get API key from config0886fd0Update logic to fall back to env var1a2d0bbFix bug9262d4bRemove fallback flag, always check config📊 Changes
5 files changed (+1091 additions, -733 deletions)
View changed files
📝
.env.example(+1 -1)📝
README.md(+5 -0)📝
oap_supervisor/agent.py(+33 -4)📝
pyproject.toml(+3 -0)📝
uv.lock(+1049 -728)📄 Description
Make the supervisor model configurable and default to gpt-4.1
Add env var to get api keys from runtime config
Added anthropic and google dependencies
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.