Commit Graph

41 Commits

Author SHA1 Message Date
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
2e0a1e4928 feat: bump project version to 1.28.0 across all configuration files and package manifests 2025-11-08 01:11:31 +00:00
abbfd2c6ef feat: add utf-8 encoding with error handling and base64 support for binary files in filesystem tools 2025-11-08 00:56:15 +00:00
19dea86456 feat: rename project to "reetor's guide to modern python"
feat: add comprehensive tutorial
docs: update readme with installation instructions and quick start guide
feat: include information on modern python features and aiohttp
refactor: move database get/set/query functions
refactor: update autonomous mode response processing
refactor: update api call function
feat: implement realistic http headers
maintenance: update dependencies
maintenance: clean up imports and files
2025-11-08 00:44:23 +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
08a782997c feat: implement vertical scrolling with cursor position adjustment in editor
- Add scroll_y tracking to editor state for vertical offset
- Adjust cursor rendering and input handling to account for scroll offset
- Update version to 1.26.0 and document scrolling feature in changelog
2025-11-07 23:42:52 +00:00
958461428d feat: add autonomous mode command-line argument
feat: improve error handling in autonomous mode
feat: enhance assistant output for better user experience
feat: track usage and cost in autonomous mode
refactor: update api call function to accept database connection
refactor: update list models function to accept database connection
refactor: update assistant class to track api requests
refactor: update http client to log requests
maintenance: update pyproject.toml version to 1.25.0
docs: update changelog with version 1.24.0 changes
2025-11-07 23:35:41 +00:00
37268d2591 feat: add autonomous mode with --autonomous flag to enable self-directed execution 2025-11-07 21:07:32 +00:00
2ecc479427 chore: bump project version to 1.23.0 and add dependencies to requirements.txt
- Update version string across project files to 1.23.0
- Add new package dependencies to requirements.txt for project build
- Update changelog with release notes for version 1.22.0
- Add .png and .gemini file patterns to .gitignore to exclude binary and generated files
2025-11-07 20:46:54 +00:00
c5cf6b3bcc feat: bump project version to 1.22.0
refactor: remove assistant version print
fix: use "rp" instead of "pr" in tests
2025-11-07 18:13:41 +00:00
59660c8564 chore: bump project version to 1.21.0 and update changelog with 1.20.0 release notes 2025-11-07 17:54:11 +00:00
a422cdf0c0 chore: bump project version to 1.20.0 and update changelog with release notes 2025-11-07 17:52:53 +00:00
3e4b9a4e3a chore: bump project version from 0.18.x to 0.19.0 in version files 2025-11-07 17:52:33 +00:00
b3470c960d chore: bump project version to 0.18.0 and update changelog with release notes 2025-11-07 17:52:15 +00:00
3f246283c6 chore: bump project version to 1.17.0 and update python versions in CI workflows
- Update Python version matrix in GitHub Actions workflows to latest supported releases
- Increment version number from 1.16.x to 1.17.0 across all relevant configuration files
- Append 1.17.0 release notes to CHANGELOG.md documenting new features and fixes
2025-11-07 17:51:45 +00:00
5d3a2e7048 chore: remove deprecated pr-based test imports and bump version to 1.16.0
- Delete unused code paths and legacy test fixtures
- Update all test imports from pr to rp across the test suite
- Increment project version to 1.16.0 in setup.py and __init__.py
2025-11-07 17:50:28 +00:00
983e03402d chore: bump version to 0.15.0 and strip unused modules from codebase
- Incremented project version from 0.14.x to 0.15.0 in version files
- Removed deprecated feature flags and orphaned module imports across multiple source files
- Cleaned up dead code paths and unused utility functions to reduce binary size
2025-11-07 17:43:04 +00:00
71fc7b282d feat: remove unused pr package, main entrypoint, agent modules, cache api, command handlers, config file, and core module 2025-11-07 17:42:32 +00:00
2aeb792c6f refactor: switch from async to sync http client
feat: bump version to 1.13.0
docs: update changelog with release notes
2025-11-07 17:17:58 +00:00
fbdb524c53 feat: introduce agent communication, autonomous detection, and plugin support
feat: add interactive modes and a new agent execution tool
maintenance: update version to 1.12.0
perf: improve performance
refactor: update test execution with verbose output and error handling
2025-11-07 16:41:32 +00:00
b68b484700 feat: introduce agent communication, autonomous detection, and plugin support
feat: add interactive modes and agent execution tool
refactor: remove asyncio dependencies from core api and assistant
refactor: remove asyncio dependencies from command handlers
maintenance: bump version to 1.10.0
maintenance: update pyproject.toml dependencies and test configuration
2025-11-07 16:36:03 +00:00
038b8ad0ce feat: bump project version to 1.10.0 and introduce agent communication system with autonomous detection, caching, plugin support, interactive modes, and execution tool 2025-11-07 15:43:34 +00:00
95b6130ac3 feat: introduce agent communication system and autonomous detection
feat: add caching, plugin support, and interactive modes
refactor: update tool discovery to use __all__
fix: correct import in rp.py and rp.py
docs: update changelog for version 1.9.0
maintenance: update pyproject.toml version to 1.9.0
refactor: remove unused interactive debugging code in assistant.py
feat: add agent execution tool
2025-11-07 15:43:10 +00:00
e20584adca feat: implement agent communication bus
feat: add agent message dataclass
feat: define message types enum
feat: create agent communication bus class
feat: initialize database connection
feat: create agent messages table
feat: implement send_message method
feat: implement receive_messages method
feat: add agent roles
feat: add agent manager
feat: add agent communication
feat: create autonomous detection module
feat: create autonomous mode module
feat: add cache api
feat: add tool cache
feat: add command handlers
feat: add help docs
feat: add multiplexer commands
feat: update pyproject.toml version to 1.8.0
feat: update changelog with version 1.7.0 details
feat: create rp init file
feat: create rp main file
feat: create core assistant class
feat: add verbose mode to rp main
feat: add interactive mode to rp main
feat: add session management to rp main
feat: add plugin support to rp main
feat: add usage statistics to rp main
2025-11-07 15:21:47 +00:00
43287ab1f0 feat: support displaying ads across multiple machines
maintenance: bump version to 1.7.0
2025-11-06 15:47:15 +00:00
0c56143cea feat: implement distributed ads with unix sockets 2025-11-06 15:44:41 +00:00
7bcc663c35 feat: implement distributed dataset system for agents 2025-11-06 14:16:06 +00:00
7f0e9889b7 feat: did some extensive memory implementations. 2025-11-06 14:15:06 +00:00
db12c6bacf chore: update config file paths and agent communication protocol references 2025-11-05 14:34:23 +00:00
7d388b1c89 chore: remove trailing whitespace from README.md line 42 2025-11-04 07:21:40 +00:00
d28ac9be01 chore: remove trailing whitespace from README.md line 42 2025-11-04 07:20:03 +00:00
d5d17d7da7 chore: remove trailing whitespace from README.md line 42 2025-11-04 07:15:03 +00:00
96b85517d3 chore: remove trailing whitespace from README.md line 42 2025-11-04 07:10:37 +00:00
b6c7776894 chore: remove trailing whitespace from README.md formatting 2025-11-04 07:09:12 +00:00
de315ac7e4 fix: correct typo in trigger update logic for database schema 2025-11-04 07:07:08 +00:00
df01f0e4c1 chore: remove trailing whitespace from README.md line 42 2025-11-04 07:05:08 +00:00
883c3bbe1d chore: remove trailing whitespace from README.md line 42 2025-11-04 07:04:19 +00:00
7485210fa1 chore: add coverage configuration and test coverage reporting setup 2025-11-04 07:01:20 +00:00
6495ed81f5 feat: implement perfect version of the core rendering pipeline with optimized shader compilation 2025-11-04 06:52:36 +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