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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
OwlAIProject
/
Owl
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
658
Code
Issues
8
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Enhance configuration management and expand documentation
- #55
#55
Open
jcp
wants to merge 18 commits into
OwlAIProject:main
OwlAIProject/Owl:main
from
jcp:main
jcp/Owl:main
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Enhance configuration management and expand documentation
#55
jcp
wants to merge 18 commits into
OwlAIProject:main
OwlAIProject/Owl:main
from
jcp:main
jcp/Owl:main
Copy head branch name to clipboard
Commits
Commits on Mar 16, 2024
add .env
jcp
committed
4fb3f0e
View commit details
Copy full SHA for 4fb3f0e
Browse repository at this point
add python-dotenv, pytest-asyncio and pytest.ini_options
jcp
committed
b3302cd
View commit details
Copy full SHA for b3302cd
Browse repository at this point
poetry.lock generation
jcp
committed
6afe632
View commit details
Copy full SHA for 6afe632
Browse repository at this point
Add sample-env.env and sample-config.yaml config files. Modify .gitignore .yaml and .env rules.
jcp
committed
d57aaf9
View commit details
Copy full SHA for d57aaf9
Browse repository at this point
Commits on Mar 17, 2024
Add ruamel-yaml, pytest-mock and move pytest-asyncio to --group dev
jcp
committed
d72c2ff
View commit details
Copy full SHA for d72c2ff
Browse repository at this point
Remove outdated test file.
jcp
committed
0315b64
View commit details
Copy full SHA for 0315b64
Browse repository at this point
Load environment variables with `python-dotenv` in main `__init__.py.`
jcp
committed
6dbcd7f
View commit details
Copy full SHA for 6dbcd7f
Browse repository at this point
Add `export_config_to_env` and `apply_env_overrides` to `Configuration.load_config_yaml`, streamline naming convention.
jcp
committed
4d495d7
View commit details
Copy full SHA for 4d495d7
Browse repository at this point
Add new `sample-config.yaml` and `sample-env.env` to `.config` directory
jcp
committed
15c805b
View commit details
Copy full SHA for 15c805b
Browse repository at this point
Add `owl setup` command for easier installation and secure `client_token` generation.
jcp
committed
d71a151
View commit details
Copy full SHA for d71a151
Browse repository at this point
Add `_prepare_request` to `LLMService`, modify code to align with `core/config.py` changes.
jcp
committed
8847072
View commit details
Copy full SHA for 8847072
Browse repository at this point
Decouple prompts and move to `config.yaml` for improved customization.
jcp
committed
6fd7469
View commit details
Copy full SHA for 6fd7469
Browse repository at this point
Update `web` client to use `OWL_` environment variables.
jcp
committed
282ff6c
View commit details
Copy full SHA for 282ff6c
Browse repository at this point
Clean up moved config files.
jcp
committed
9f955e6
View commit details
Copy full SHA for 9f955e6
Browse repository at this point
Adjust docker compose to import and use environment variables.
jcp
committed
9827146
View commit details
Copy full SHA for 9827146
Browse repository at this point
Update ignore files.
jcp
committed
79942c5
View commit details
Copy full SHA for 79942c5
Browse repository at this point
Add tests for Configuration, LLMService and `owl setup` utility functions.
jcp
committed
49c1eb3
View commit details
Copy full SHA for 49c1eb3
Browse repository at this point
Expand documentation and outline configuration options.
Show description for af98fa1
jcp
committed
af98fa1
View commit details
Copy full SHA for af98fa1
Browse repository at this point
You can’t perform that action at this time.