Commit Graph

9 Commits

Author SHA1 Message Date
9ce7882901 chore: remove empty line from README to tidy formatting
All checks were successful
Tests / test (push) Successful in 3m4s
2025-12-13 13:10:08 +00:00
6988ae8a2c docs: add project overview with setup instructions and architecture summary 2025-12-13 13:04:12 +00:00
ccbf29a1f3 feat: add C/C++ language support and analysis
refactor: improve architecture for maintainability
build: update development status to production
docs: enhance README with language support details
docs: add C/C++ development support documentation
docs: add entry points documentation
test: add comprehensive test suite (545+ tests)
refactor: rename asynchronous to modular architecture
fix: resolve dependency resolution issues
perf: improve dependency resolution performance
2025-12-13 05:30:08 +00:00
78b3393923 feat: simplify configuration by removing API key requirement
docs: update documentation for API key removal
refactor: use DEFAULT_API_KEY as fallback in assistant
build: bump version to 1.66.1
docs: update README and pyproject.toml
test: regenerate rp_compiled.py with updated configuration
2025-12-13 04:57:23 +00:00
367006a161 feat: rename assistant identifier to "rp" across config and runtime references 2025-11-29 01:07:15 +00:00
8775405d89 feat: introduce advanced input for assistant and collaboration agents
feat: implement automatic memory and context search
maintenance: update version to 1.29.0
refactor: integrate knowledge store and fact extractor into assistant
feat: save user messages as facts to knowledge store
2025-11-08 01:25:02 +00:00
c968c9407d feat: rename rp assistant to reetor's guide to modern python
feat: update readme with tutorial overview and version requirements
docs: add python 3.13 modern features section to readme
docs: add installation instructions to readme
docs: add quick start guide to readme
docs: add aiohttp fundamentals section to readme
docs: add client sessions and connection management section to readme
docs: update changelog with version 1.26.0 release notes
2025-11-07 23:53:58 +00:00
ca240ede2d chore: remove trailing whitespace from README.md formatting 2025-11-04 04:57:23 +00:00
3abe0474e3 chore: initialize project structure with empty repository and default files 2025-11-04 04:17:27 +00:00