Terminal-first AI intelligence layer
Project description
Aniate
Terminal-first AI intelligence layer.
_ _
__ _ _ __ (_) __ _| |_ ___
/ _` | '_ \| |/ _` | __/ _ \
| (_| | | | | | (_| | || __/
\__,_|_| |_|_|\__,_|\__\___|
Terminal Intelligence Layer
Installation
pip install aniate
Quick Start
# Create account
ant signup
# Login
ant login
# Create your first AI assistant
ant brew.chat coder
# Use it
ant coder help me debug this function
Features
Brew Custom AI Assistants
ant brew.chat writer # Create a writing assistant
ant brew.cmd "security scanner" # AI generates the code
AI-Powered Tools
ant fix main.py # Debug and fix code
ant review config.py # Code review
ant shell find large files # Natural language to shell
ant what error.log # Explain errors
Cloud Sync
ant save report.pdf # Upload to cloud
ant fetch report.pdf # Download anywhere
ant files # List cloud files
Encrypted Secrets
ant secrets.add openai_key # Store encrypted
ant secret openai_key # Retrieve
Commands
| Command | Description |
|---|---|
ant signup |
Create account |
ant login |
Authenticate |
ant logout |
Clear session |
ant whoami |
Current user |
ant brew.chat <name> |
Create chat assistant |
ant brew.cmd <prompt> |
AI generates command |
ant list |
Show all brews |
ant fix <file> |
Debug and fix code |
ant review <file> |
Code review |
ant shell <query> |
NL to shell |
ant what <error> |
Explain errors |
ant net <query> |
Web intelligence |
ant save <file> |
Upload to cloud |
ant fetch <file> |
Download |
ant files |
List cloud files |
ant help |
Show all commands |
Execution Modes
# Interactive mode
ant coder
# One-shot (no quotes needed)
ant coder fix the authentication bug
# Resume saved session
ant coder my-debug-session
Inside Chat
save <name> # Save conversation to cloud
@filename # Inject file content
exit # Quit
Links
- Website: aniate.com
- Documentation: docs.aniate.com
- Twitter: @ktbir
License
MIT License - Kabir Murjani
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.2.tar.gz
(63.1 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.2-py3-none-any.whl
(26.7 kB
view details)
File details
Details for the file aniate-1.2.2.tar.gz.
File metadata
- Download URL: aniate-1.2.2.tar.gz
- Upload date:
- Size: 63.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e94eba07fbf2fb60aff0334f63bb9ffc387d73cd6da74627775061de461bd4fe
|
|
| MD5 |
ee0d2b71faba08b6689b7ca76269e6e2
|
|
| BLAKE2b-256 |
0545f1f1fa25303732cee7108d94b80ec261bfe2a7c4ff2064e8a5e1c71c70af
|
File details
Details for the file aniate-1.2.2-py3-none-any.whl.
File metadata
- Download URL: aniate-1.2.2-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8eaa333c8828c0a1e003d96fe28888ef77909963fcff3a16f31f1f90b323148d
|
|
| MD5 |
b992a5815477ecd087192438cc2a2432
|
|
| BLAKE2b-256 |
65a3125ceffd7d118081b010925f55231ac374f2940b4157e82d9cf3955517e1
|