https://github.com/rawkode/rawko
https://github.com/rawkode/rawko
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rawkode/rawko
- Owner: rawkode
- Created: 2025-08-25T17:15:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T17:15:50.000Z (10 months ago)
- Last Synced: 2025-09-01T09:14:55.855Z (10 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rawko
Autonomous AI agent with multi-LLM evaluation using Claude Code SDK.
## Features
- State machine-driven CLI with Textual TUI
- Multi-LLM consensus (Claude, Gemini, GPT-5) before execution
- Semantic code search using Gemini embeddings and Qdrant
- Event-driven architecture with cancelable operations
- Persistent memory via SQLite and markdown files
## Installation
```bash
uv pip install -e .
```
## Usage
```bash
python main.py
```
Type your task and press Enter. Press ESC to cancel any operation.