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
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 }}
mozilla-ai
/
otari
Public
Notifications
You must be signed in to change notification settings
Fork
58
Star
494
Code
Issues
285
Pull requests
66
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
refactor(models): split entities.py into one model module per domain
- #1255
#1255
Merged
peteski22
merged 14 commits into
main
mozilla-ai/otari:main
from
refactor/models-into-domain-modules
mozilla-ai/otari:refactor/models-into-domain-modules
Copy head branch name to clipboard
Sep 16, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
refactor(models): split entities.py into one model module per domain
#1255
peteski22
merged 14 commits into
main
mozilla-ai/otari:main
from
refactor/models-into-domain-modules
mozilla-ai/otari:refactor/models-into-domain-modules
Copy head branch name to clipboard
Commits
Commits on Sep 16, 2026
refactor(models): move the shared base and column types into models/base.py
Show description for 31d8783
peteski22
committed
31d8783
View commit details
Copy full SHA for 31d8783
Browse repository at this point
refactor(models): move the API key table into models/api_keys.py
Show description for 2bc02a7
peteski22
committed
2bc02a7
View commit details
Copy full SHA for 2bc02a7
Browse repository at this point
refactor(models): move the budget tables into models/budgets.py
Show description for 5db6cd8
peteski22
committed
5db6cd8
View commit details
Copy full SHA for 5db6cd8
Browse repository at this point
refactor(models): move the organization guardrail tables into models/guardrails.py
Show description for 128efca
peteski22
committed
128efca
View commit details
Copy full SHA for 128efca
Browse repository at this point
refactor(models): move the batch record table into models/inference.py
Show description for 2727f07
peteski22
committed
2727f07
View commit details
Copy full SHA for 2727f07
Browse repository at this point
refactor(models): move the runtime settings table into models/platform.py
Show description for e03a4e6
peteski22
committed
e03a4e6
View commit details
Copy full SHA for e03a4e6
Browse repository at this point
refactor(models): move the pricing tables into models/pricing.py
Show description for 9e28161
peteski22
committed
9e28161
View commit details
Copy full SHA for 9e28161
Browse repository at this point
refactor(models): move the provider credential and alias tables into models/providers.py
Show description for b110d5a
peteski22
committed
b110d5a
View commit details
Copy full SHA for b110d5a
Browse repository at this point
refactor(models): move the routing tables into models/routing.py
Show description for 5a60bd6
peteski22
committed
5a60bd6
View commit details
Copy full SHA for 5a60bd6
Browse repository at this point
refactor(models): move the gateway-run tool tables into models/tools.py
Show description for c660365
peteski22
committed
c660365
View commit details
Copy full SHA for c660365
Browse repository at this point
refactor(models): move the usage and agent telemetry tables into models/usage.py
Show description for a6c6876
peteski22
committed
a6c6876
View commit details
Copy full SHA for a6c6876
Browse repository at this point
refactor(models): move the dashboard session and activation tables into models/tenancy.py
Show description for 60c5dc9
peteski22
committed
60c5dc9
View commit details
Copy full SHA for 60c5dc9
Browse repository at this point
refactor(models): move the billing user table into models/users.py and drop entities.py
Show description for 6e1daf8
peteski22
committed
6e1daf8
View commit details
Copy full SHA for 6e1daf8
Browse repository at this point
docs: point the backend guidance at the per-domain model modules
Show description for 31bbec6
peteski22
committed
31bbec6
View commit details
Copy full SHA for 31bbec6
Browse repository at this point
You can’t perform that action at this time.