feat(agents): new agent catalog db models#2506
Conversation
|
✅ No security or compliance issues detected. Reviewed everything up to 593d63e6ff14fd753f3157111062ca62f8805df2. Security OverviewDetected Code Changes
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 593d63e6ff
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
94d72f7 to
3ba0767
Compare
3ba0767 to
c695f37
Compare
|
✅ No security or compliance issues detected. Reviewed everything up to 79607d1. Security OverviewDetected Code Changes
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c695f377e1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
c695f37 to
a41d4bc
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a41d4bc4de
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
a41d4bc to
b9318a8
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b9318a84df
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
b9318a8 to
b185e7c
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3129109f60
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
f1bab8e to
35b621f
Compare
35b621f to
5ae00df
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5ae00df553
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
5ae00df to
3990191
Compare
3990191 to
055253b
Compare
055253b to
79607d1
Compare
Summary by cubic
Adds database models and tenant RLS for an agent model catalog, custom LLM providers, and model access to support LLM Providers v2 and custom provider onboarding. Refreshes the platform catalog (standardizes the
geminislug, prunes deprecated models, bumps versions), links presets to catalog entries, and removes the custom provider discovery status.New Features
agent_catalog(platform or org),agent_custom_provider(base_url,passthrough,encrypted_config,api_key_header),agent_model_access(org/workspace).catalog_idonagent_presetandagent_preset_version(FK toagent_catalog).platform_catalog.jsonwith updated models, capabilities, limits, pricing; standardizedgemini; pruned deprecated; version bumps.agent_catalogpolicies (platform rows world-readable; org rows tenant-scoped). Added tenant policies foragent_custom_providerandagent_model_access.Migration
Written for commit 79607d1. Summary will update on new commits. Review in cubic