Retoor software development Projects Research SearchXNG
Register Sign In

14 lines
249 B
Python
Raw Normal View History

chore: initialize project structure with empty repository and default files
2025-11-04 05:17:27 +01:00
#!/usr/bin/env python3
chore: remove trailing whitespace from README.md line 42
2025-11-04 08:05:08 +01:00
# Trigger build
feat: did some extensive memory implementations.
2025-11-06 15:15:06 +01:00
import sys
import os
# Add current directory to path to ensure imports work
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
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 16:43:10 +01:00
from rp.__main__ import main
chore: initialize project structure with empty repository and default files
2025-11-04 05:17:27 +01:00
chore: remove trailing whitespace from README.md formatting
2025-11-04 08:09:12 +01:00
if __name__ == "__main__":
chore: initialize project structure with empty repository and default files
2025-11-04 05:17:27 +01:00
main()
Reference in New Issue Copy Permalink
dbc2d1b58d
rp/rp.py
Response time: 42ms
Mail Licenses API