Releases: the-momentum/python-ai-kit
Releases · the-momentum/python-ai-kit
SQLAdmin authorization panel
What's Changed
- SQLAdmin authorization panel by @szyszkapiotr in #95
New Contributors
- @szyszkapiotr made their first contribution in #95
Full Changelog: 0.4.0...0.4.1
[0.4.0] Templates housekeeping
Fixed all linting and formatting issues within API templates. Addded new copier tasks for git repo init and auto checking code quality after project generation.
What's Changed
- Added gitattributes for Windows support by @KaliszS in #84
- Template housekeeping - cleanup and fixes by @FBegiello in #85
Full Changelog: 0.3.2...0.4.0
[0.3.2] Fix docker-compose dependency bug
What's Changed
- Replace 'postgres' service with 'db' in docker-compose by @bartmichalak in #81
Full Changelog: 0.3.1...0.3.2
[0.3.1] Fixed docker-compose environment for both APIs projects
[0.3.0] Added celery & sentry plugins
What's Changed
Full Changelog: 0.2.0...0.3.0
New plugins system & updating generated projects
The most important change in this versions is update system. Now you can just use copier update --trust in order to keep your project synced to templates. You read detailed isntructions in README.md. We have also added plugins system, so every user can choose which plugins want to install with template. First production-ready plugin -> SQLAdmin.
What's Changed
- [fix] Switched from uv to uvx for python shell executions in copier tasks by @FBegiello in #67
- SQLAdmin integration by @KaliszS in #68
- Add plugins system by @KaliszS in #69
- Add fernet encryption & CORS by @KaliszS in #70
- Scripts & healthchecks - container specific commands and chores by @FBegiello in #71
- Added answers to make possible to sync projects by @KaliszS in #72
- Env management by @FBegiello in #74
- Copier update is now possible by @KaliszS in #73
New Contributors
- @FBegiello made their first contribution in #67
Full Changelog: 0.1.0...0.2.0
Init release
What's Changed
- Added project type agent by @KaliszS in #13
- Split API type into microservice & monolith by @KaliszS in #15
- Switched llama-index to pydantic ai by @KaliszS in #17
- Add streamlit GUI for agent by @czajkub in #18
- Create CODE_OF_CONDUCT.md by @KaliszS in #19
- Create CONTRIBUTING.md by @KaliszS in #20
- Create SECURITY.md by @KaliszS in #21
- Update issue templates by @KaliszS in #22
- Create pull_request_template.md by @KaliszS in #23
- Create LICENSE by @KaliszS in #24
- New ReAct agent template by @KaliszS in #26
- Fix project naming and fill missing info about installing copier by @KaliszS in #27
- Add mcp url input inside gui by @czajkub in #29
- Agent framework foundation by @KaliszS in #33
- Run multiple MCP Server at once (HTTP only) by @KaliszS in #34
- Added target language setting and chat removal by @KaliszS in #36
- Chat history foundation by @KaliszS in #37
- Usage limits & basic errors handling by @KaliszS in #38
- Add install uv virtual env task by @KaliszS in #39
- Fixed MCP template by @KaliszS in #42
- Add pdf agent example by @czajkub in #40
- Added README for MCP servers by @KaliszS in #43
- Update issue templates - bug report by @KaliszS in #52
- Fixed custom datatypes for models mapping by @KaliszS in #54
- Update READMEs to include the project generation note from Python AI Kit by @bartmichalak in #55
- Improved APIs running environment and instructions by @KaliszS in #57
- DB_NAME .env.example fix by @KaliszS in #58
- Added generated by to readme by @KaliszS in #59
- Improve microservice template by @KaliszS in #60
- Added mappings metaclass by @KaliszS in #61
- Make template tasks cross-platform by @DominikCywinski in #62
- Fix importing issue in agent base by @KaliszS in #65
New Contributors
- @czajkub made their first contribution in #18
- @bartmichalak made their first contribution in #55
- @DominikCywinski made their first contribution in #62
Full Changelog: https://github.com/the-momentum/python-ai-kit/commits/0.1.0