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

https://github.com/b4fun/ai


https://github.com/b4fun/ai

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

          

@b4fun/ai


Pi in your shell.

Demo of @b4fun/ai answering a prompt from the terminal

`@b4fun/ai` is a small terminal-first wrapper around Pi for handling ad-hoc tasks from your shell with natural language.

The idea is simple: type `ai ` anywhere and keep working in place. Most quick tasks can stay in the terminal without starting the full coding agent, while still using Pi sessions, model aliases, profiles, shell integration, local config, and a quick handoff to interactive `pi` when you want the full TUI.


## Install

```bash
curl -fsSL https://raw.githubusercontent.com/b4fun/ai/main/install.sh | sh
```

## Read more

- Install: [`docs/install.md`](docs/install.md)
- Auth: [`docs/auth.md`](docs/auth.md)
- Usage: [`docs/usage.md`](docs/usage.md)
- Models and config: [`docs/models-and-config.md`](docs/models-and-config.md)
- Profiles: [`docs/profiles.md`](docs/profiles.md)
- Shell integration: [`docs/shell-integration.md`](docs/shell-integration.md)
- Sessions: [`docs/sessions.md`](docs/sessions.md)

For a full docs index, see [`docs/README.md`](docs/README.md).

## License

MIT