Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CogStack
/
cogstack-model-gateway
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Dynamically deploy models to match request targets
- #1
#1
Merged
phoevos
merged 27 commits into
main
CogStack/cogstack-model-gateway:main
from
feature-phoevos-auto-deploy
CogStack/cogstack-model-gateway:feature-phoevos-auto-deploy
Copy head branch name to clipboard
Dec 16, 2025
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Dynamically deploy models to match request targets
#1
phoevos
merged 27 commits into
main
CogStack/cogstack-model-gateway:main
from
feature-phoevos-auto-deploy
CogStack/cogstack-model-gateway:feature-phoevos-auto-deploy
Copy head branch name to clipboard
Commits
Commits on Nov 5, 2025
chore: Add .python-version to .gitignore
Show description for 06d0d16
phoevos
committed
06d0d16
View commit details
Copy full SHA for 06d0d16
Browse repository at this point
Commits on Dec 15, 2025
feat: Revamp configuration logic
Show description for a789fc5
phoevos
committed
a789fc5
View commit details
Copy full SHA for a789fc5
Browse repository at this point
db: Introduce model records
Show description for 4cc5401
phoevos
committed
4cc5401
View commit details
Copy full SHA for 4cc5401
Browse repository at this point
gw: Add usage tracking for manual model deployments
Show description for c6715fd
phoevos
committed
c6715fd
View commit details
Copy full SHA for c6715fd
Browse repository at this point
gw: Update routes to record model usage
Show description for a55f3e0
phoevos
committed
a55f3e0
View commit details
Copy full SHA for a55f3e0
Browse repository at this point
ripper: Purge containers based on deployment type
Show description for b58b0da
phoevos
committed
b58b0da
View commit details
Copy full SHA for b58b0da
Browse repository at this point
feat: Implement core auto-deploy functionality
Show description for 95880a7
phoevos
committed
95880a7
View commit details
Copy full SHA for 95880a7
Browse repository at this point
migrations: Create base revision with initial schema
Show description for 6955672
phoevos
committed
6955672
View commit details
Copy full SHA for 6955672
Browse repository at this point
fix: Mount config.json in docker-compose services
Show description for 19132c3
phoevos
committed
19132c3
View commit details
Copy full SHA for 19132c3
Browse repository at this point
fix: Add ripper to 'gateway' network
Show description for fe1e832
phoevos
committed
fe1e832
View commit details
Copy full SHA for fe1e832
Browse repository at this point
fix: Simplify model deployment function params
Show description for 4052c14
phoevos
committed
4052c14
View commit details
Copy full SHA for 4052c14
Browse repository at this point
chore: Pin mlflow to >=2.0.0,<3.0.0
Show description for 4e1ed84
phoevos
committed
4e1ed84
View commit details
Copy full SHA for 4e1ed84
Browse repository at this point
fix: Towards a functional auto-deploy feature
Show description for d143fc9
phoevos
committed
d143fc9
View commit details
Copy full SHA for d143fc9
Browse repository at this point
fix: Allow ripper to remove stopped containers
Show description for c7185a2
phoevos
committed
c7185a2
View commit details
Copy full SHA for c7185a2
Browse repository at this point
fix: Add boto3 dependency for MLflow S3 support
Show description for 9590e26
phoevos
committed
9590e26
View commit details
Copy full SHA for 9590e26
Browse repository at this point
tmp: Bump CMS image to latest
Show description for 6d61512
phoevos
committed
6d61512
View commit details
Copy full SHA for 6d61512
Browse repository at this point
fix: Revamp tracking client config and init
Show description for cf7aca6
phoevos
committed
cf7aca6
View commit details
Copy full SHA for cf7aca6
Browse repository at this point
fix: Rename internal store Docker services
Show description for 236e6f2
phoevos
committed
236e6f2
View commit details
Copy full SHA for 236e6f2
Browse repository at this point
fix: Update CMS entrypoint command
Show description for a69048e
phoevos
committed
a69048e
View commit details
Copy full SHA for a69048e
Browse repository at this point
tracking: Add method to retrieve model type
Show description for 9fd1fd5
phoevos
committed
9fd1fd5
View commit details
Copy full SHA for 9fd1fd5
Browse repository at this point
gw: Update model API and corresponding client methods
Show description for ecc426e
phoevos
committed
ecc426e
View commit details
Copy full SHA for ecc426e
Browse repository at this point
fix: Get correct model type for model deployments
Show description for 1f822a7
phoevos
committed
1f822a7
View commit details
Copy full SHA for 1f822a7
Browse repository at this point
client: Make request timeout configurable
Show description for 17aad67
phoevos
committed
17aad67
View commit details
Copy full SHA for 17aad67
Browse repository at this point
client: Fix failing tests due to missing dependency
Show description for 1995c08
phoevos
committed
1995c08
View commit details
Copy full SHA for 1995c08
Browse repository at this point
tests: Tweak config/API to work with integration test env
Show description for 5157bd3
phoevos
committed
5157bd3
View commit details
Copy full SHA for 5157bd3
Browse repository at this point
chore: Ensure test config.json is ignored in the future
Show description for 107b34f
phoevos
committed
107b34f
View commit details
Copy full SHA for 107b34f
Browse repository at this point
api: Manage on-demand model config lifecycle
Show description for fec32bf
phoevos
committed
fec32bf
View commit details
Copy full SHA for fec32bf
Browse repository at this point
You can’t perform that action at this time.