Terminal-first AI intelligence layer
Project description
Aniate
Terminal-first intelligence layer. Your AI, your rules.
_ _
__ _ _ __ (_) __ _| |_ ___
/ _` | '_ \| |/ _` | __/ _ \
| (_| | | | | | (_| | || __/
\__,_|_| |_|_|\__,_|\__\___|
Install
pip install aniate
Quick Start
ant login # Create account or sign in
ant shell compress images # Natural language → shell command
ant fix file.py # AI debugger
ant review file.py # Code review
ant net latest AI news # Web intelligence
Brew Custom AI Assistants
ant brew.chat coder # Create assistant
ant coder # Interactive chat
ant coder fix the bug # One-shot query
ant list # Show all brews
Marketplace
ant publish coder # Share publicly
ant install kabir.helper # Install others' brews
ant browse # Discover brews
Cloud Features
ant save file.py # Upload to cloud
ant fetch file.py # Download file
ant files # List cloud files
ant secrets.add API_KEY # Store secret
ant secret API_KEY # Retrieve secret
ant secrets # List secrets
All Commands
| Command | Description |
|---|---|
ant login |
Sign in or create account |
ant logout |
End session |
ant whoami |
Current user |
ant --delete |
Delete account permanently |
ant fix <file> |
AI debugger |
ant review <file> |
Code review |
ant shell <query> |
Natural language → command |
ant net <query> |
Web search |
ant brew.chat <name> |
Create assistant |
ant delete.chat <name> |
Remove assistant |
ant list |
Show all brews |
ant publish <name> |
Share to marketplace |
ant install <user>.<name> |
Install from marketplace |
ant save <file> |
Upload to cloud |
ant fetch <file> |
Download from cloud |
ant files |
List cloud files |
ant secrets.add <name> |
Store secret |
ant secret <name> |
Get secret |
ant secrets |
List secrets |
ant help |
Show all commands |
Architecture
aniate/
├── cli.py # Entry point, command routing
├── auth.py # Login, logout, signup, delete
├── config.py # Environment, settings
├── engine.py # Chat engine (Groq API)
├── marketplace.py # Publish, install, browse
├── utils.py # Helpers
├── brews/
│ ├── tools/ # fix, review, shell
│ ├── document_storage/ # save, fetch, files
│ └── secrets/ # Secret management
└── commands/
├── chat.py # brew.chat, delete.chat
├── core.py # list, run
└── net.py # Web search
Links
- PyPI: https://pypi.org/project/aniate/
- Website: https://aniate.com
Built by @kabirmurjani
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aniate-1.2.9.tar.gz
(27.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
aniate-1.2.9-py3-none-any.whl
(30.6 kB
view details)
File details
Details for the file aniate-1.2.9.tar.gz.
File metadata
- Download URL: aniate-1.2.9.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d50cbbbe18997f71586359ccc3852635d2845b47a4026d48d96ce07e321a087
|
|
| MD5 |
19a4166544b56a26491f94f189aeea1d
|
|
| BLAKE2b-256 |
307cd8afe2172671c3dfcfebc97f0c6f5e57df153225ba2ff3e336ffcb207f3c
|
File details
Details for the file aniate-1.2.9-py3-none-any.whl.
File metadata
- Download URL: aniate-1.2.9-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45c43fcca413c4b15affc26eeb92512ab35b23729692216816bc327d864b07c9
|
|
| MD5 |
2c7efb48a91ae530bca4e505d13bd286
|
|
| BLAKE2b-256 |
64a3f4bb4a171e20e6c716155fca7be41c9d78befbecadbffea76a582a5aeb75
|