An open API service indexing awesome lists of open source software.

https://github.com/rawkode/rawko


https://github.com/rawkode/rawko

Last synced: 9 months ago
JSON representation

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.