6 Commits

Author SHA1 Message Date
5c490e53e6 v1.0.6: Updated repository URL to projects.theta42, added tracking script 2026-02-14 17:15:14 +00:00
d4ae2613b6 Update documentation: Remove claims about pre-configured Moltbook API key (v1.0.5)
- Fixed README.md 'API key is pre-configured' claim
- Fixed scripts/MOLTBOOK_POST.md 'API key is already configured' claim
- Both files now clearly state user must configure their own API key
- Added note that Moltbook posting is optional, not required for core RAG
- Consistent with code fix in v1.0.5 removing hard-coded credential
2026-02-13 15:20:28 +00:00
23036bfc8a Add Moltbook posting integration
- Add moltbook_post.py script for posting to Moltbook
- Add MOLTBOOK_POST.md documentation
- Update SKILL.md with Moltbook section
- Update README.md with Moltbook integration
- Support posting from files or direct text
- Handle rate limits gracefully
2026-02-12 18:47:26 +00:00
66ce8fd943 Add LICENSE, package.json, CHANGELOG, and enhance documentation
- Add MIT License
- Add package.json with OpenClaw skill metadata
  - Explicitly declares NO required environment variables (fully local)
  - Documents data storage path: ~/.openclaw/data/rag/
  - Includes installation steps and available scripts
- Add CHANGELOG.md with version history (v1.0.0)
- Update README.md to:
  - Clarify no API keys required (fully local system)
  - Add documentation files section
  - Reference CHANGELOG, LICENSE, package.json
- Addresses security scanner best practices for transparency
2026-02-11 16:37:24 +00:00
0c2f98004a Add automatic daily RAG updates + cron job integration 2026-02-11 15:58:48 +00:00
b272748209 Initial commit: OpenClaw RAG Knowledge System
- Full RAG system for OpenClaw agents
- Semantic search across chat history, code, docs, skills
- ChromaDB integration (all-MiniLM-L6-v2 embeddings)
- Automatic AI context retrieval
- Ingest pipelines for sessions, workspace, skills
- Python API and CLI interfaces
- Document management (add, delete, stats, reset)
2026-02-11 03:47:38 +00:00