Metadata-Version: 2.4
Name: genesis-ai
Version: 0.2.7
Summary: Genesis — universal autonomous AI agent with multi-agent swarm execution
License-Expression: MIT
Project-URL: Homepage, https://github.com/deadraid/genesis
Project-URL: Repository, https://github.com/deadraid/genesis
Keywords: genesis,ai,agent,llm,swarm,cli,autonomous
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

<div align="center">
  <img alt="Genesis" src="https://raw.githubusercontent.com/deadraid/genesis/master/docs/mascot-light.svg" width="600">
  <h1>Genesis</h1>
  <p><strong>Universal autonomous AI agent built in Zig</strong></p>
</div>

Genesis runs in the terminal, in the browser, and inside messaging platforms — with multi-agent swarm execution when a single agent isn't enough.

## Install

```bash
pip install genesis-ai-cli
```

## Usage

```bash
genesis                                                # interactive TUI
genesis --provider anthropic --model claude-sonnet-4-6  # specific provider
genesis --task "Build a REST API"                      # swarm mode
genesis --server --transport ws --listen 0.0.0.0:7700  # server mode
```

## Highlights

- **Interactive TUI** — streaming chat, markdown rendering, 6 themes (dark/light)
- **Web UI** — React-based browser interface with full feature parity
- **Channel adapters** — Telegram, Discord, Slack, X; custom channels via JSON-RPC stdio
- **Multi-provider** — Anthropic, z.ai, OpenAI, Google, OpenRouter, Chutes, Moonshot, MiniMax
- **Swarm engine** — parallel multi-agent execution with role differentiation
- **Subagents** — lightweight parallel tasks with workspace isolation
- **MCP support** — external tools through Model Context Protocol
- **Built-in tools** — file editing, shell, glob, web search/fetch, scheduler, vault
- **Permission system** — safe/normal/auto/yolo modes

## Documentation

Full documentation: [github.com/deadraid/genesis](https://github.com/deadraid/genesis#readme)

## License

MIT
