BuddyAI CLI — LLM-driven agentic framework powered by Claude
Project description
BuddyAI CLI
A production-ready, LLM-driven agentic framework for building AI agents powered by Anthropic Claude.
Install
pip install buddyai
Requires Java 21+ — install from adoptium.net
Quick Start
# 1. Build your agent
cd my-agent-project
mvn clean package -Pfat-jar -DskipTests
# 2. Set API key
export ANTHROPIC_API_KEY=sk-ant-...
# 3. Run
buddyai agent run # terminal chat
buddyai agent web # browser UI on :3579
On first run, buddyai automatically downloads the runner JAR (~95 MB) from Maven Central.
What This Package Does
This pip package is a thin Python wrapper (<10 KB) that:
- Finds Java 21+ on your system
- Downloads
buddyai-runner.jarfrom Maven Central on first run - Runs
java -jar buddyai-runner.jarwith your CLI arguments
The actual framework is written in Java. This package just provides a convenient pip install distribution.
Links
- GitHub: buddyai-in/buddyai-agentic-framework
- Maven Central: in.buddyai:buddyai-agent-sdk
- Documentation: README
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
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
File details
Details for the file buddyai_agentic-1.0.1.tar.gz.
File metadata
- Download URL: buddyai_agentic-1.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3232de69bd3ad920eb5c7722249282a58eff2caa017b82eae21aece717b238a
|
|
| MD5 |
27d6b6e8b40dec4ae9829828476bd4d9
|
|
| BLAKE2b-256 |
391466c618435731ffa255add2e891618be1e61843a5415edcb42774806efe47
|
File details
Details for the file buddyai_agentic-1.0.1-py3-none-any.whl.
File metadata
- Download URL: buddyai_agentic-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4baf3431a8c2e3c55fde48bf42be1ad84e5f7785b42c6b3e3dafbb4335064f10
|
|
| MD5 |
61012ccc482669959e00f1e9b9e93e88
|
|
| BLAKE2b-256 |
c56eb1dba986960503925e3ed92abc4a2bb2fc92c6258ee65bdb3ffe0db2c111
|