-
Notifications
You must be signed in to change notification settings - Fork 10
Config Management System with Version Control #430
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requestparentTop level issue for Roadmap viewTop level issue for Roadmap view
Description
Implement Config Management for LLM API usage.
Configs define provider-specific LLM settings and must support controlled versioning to ensure stable and reproducible LLM behavior across projects.
Goals
- Allow projects to create and manage named configs.
- Each config can have multiple immutable versions.
- Versions are JSON blobs (since provider params vary).
- Versions cannot be modified once created, but can be soft-deleted.
- Runtime LLM calls reference config using: config_id + version.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestparentTop level issue for Roadmap viewTop level issue for Roadmap view
Type
Projects
Status
Closed