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
Feature/docgen multithreading (#246)
* docgen reworked for multiprocessing execution
* add docstrings for new functionality
* requirements update for protollm 0.1.5
* change pyproject version to v0.2.1.1
Small fixes in updating about section on Gitverse (#222)
* Update parse repository metadata function for gitverse
* Update _update_gitverse_about_section function
* Small changes in update_about_section function
* Change log message
* Update git_agent.py for linter
* Update README.md
* Update pyproject.toml
* Update README.md
Refactor models.py (#209)
* add new params to readme and plan_editor
* del OpenaiHandler, OllamaHandler. local url in models -> config.toml
* remove linux-only comment for delete dir flag
* add params to readme
* rename local_url -> itmo_local_url
Fixed bug with cwd (#111)
Two main changes:
1. Everything that osa uses for work (images and so) is moved into osa_tool to use osa as app or from source
2. Now everything about repo is saved to cwd (git clone, report and so)