Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
84817eb5
Commit
84817eb5
authored
May 10, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: document dashboard studio integration
parent
57c92dd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
AI.PROMPT
AI.PROMPT
+14
-1
No files found.
AI.PROMPT
View file @
84817eb5
...
...
@@ -141,8 +141,15 @@ Request handling logic:
- `RequestHandler` - Handles chat completions and model lists
- `RotationHandler` - Handles provider rotation
- `AutoselectHandler` - Handles AI-powered model selection
- Reuses shared Studio capability inference for model metadata normalization
- Supports both streaming and non-streaming responses
### aisbf/studio.py
Shared Studio integration helpers:
- Normalizes dashboard-visible provider, rotation, and autoselect resources into a unified Studio catalog
- Infers and merges Studio capability metadata for autodetected and manually configured models
- Supports admin/global and user-owned dashboard catalog scopes
### main.py
FastAPI application:
- Imports from `aisbf` module
...
...
@@ -946,6 +953,12 @@ This AI.PROMPT file is automatically updated when significant changes are made t
- Dashboard automatically removes kiro_config when provider type is changed from "kiro" to another type
- Updated AI.PROMPT documentation to clarify kiro provider configuration differences
**2026-05-10 - Dashboard Studio Integration**
- Added `aisbf/studio.py` to build the dashboard Studio catalog for provider models, rotations, and autoselect entries
- Added `/dashboard/studio` and `/dashboard/studio/catalog` for role-aware Studio access inside the dashboard shell
- Provider model save and autodetect flows now persist normalized Studio capability metadata for manual and inferred models
- Studio catalog entries can expose partial aggregate capabilities so incomplete metadata stays visible instead of disappearing
**2026-03-22 - Configuration Refactoring**
- Centralized API key storage in providers.json
- API keys are now stored only in provider definitions, not in rotation/autoselect configs
...
...
@@ -1311,4 +1324,4 @@ When deploying behind a proxy:
- Enable authentication in AISBF configuration
- Configure rate limiting in the proxy
- Set security headers in proxy configuration
- Monitor access logs for suspicious activity
\ No newline at end of file
- Monitor access logs for suspicious activity
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment