Commit Graph

71 Commits

Author SHA1 Message Date
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