Metadata-Version: 2.1
Name: apex-agents-py
Version: 0.1.3
Summary: apex is a powerful, modular, and highly extensible framework designed for developers building applications that require a seamless blend of performance, flexibility, and scalability. With apex, you can harness the power of modern tools to craft cutting-edge solutions across industries.
Author: apex Inc
Author-email: apexngine inc <support@apexngine.ai>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: torchaudio
Requires-Dist: torchvision
Requires-Dist: transformers>=4.0.0
Requires-Dist: requests>=2.32.3
Requires-Dist: rich>=13.9.4
Requires-Dist: pandas>=2.2.3
Requires-Dist: jinja2>=3.1.4
Requires-Dist: pillow>=11.0.0
Requires-Dist: markdownify>=0.14.1
Requires-Dist: gradio>=5.8.0
Requires-Dist: duckduckgo-search>=6.3.7
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: e2b-code-interpreter>=1.0.3
Requires-Dist: litellm>=1.55.10
Provides-Extra: test
Requires-Dist: pytest>=8.1.0; extra == "test"
Requires-Dist: sqlalchemy; extra == "test"

# Apex Engine - Solana AI Agents Creating Framework

Apex is a powerful, modular, and highly extensible framework designed for developers building applications that require a seamless blend of performance, flexibility, and scalability. With Apex, you can harness the power of modern tools to craft cutting-edge solutions across industries.

---

## Contract Address and Development Funding
This project is powered by a single, official smart contract address. Please ensure that you interact only with the following address to avoid fraud or misrepresentation:

Contract Address:
`00000000000000000000000000000`

All development and maintenance of this project are funded exclusively through the creator's wallet associated with the token.

## Key Features

### 🚀 High Performance
Apex is optimized for speed and efficiency, ensuring your applications run smoothly even under heavy workloads.

### ⚙️ Modularity
With a modular design, Apex allows you to integrate only the components you need, keeping your applications lightweight and focused.

### 📈 Scalability
Whether you're starting small or building enterprise-grade solutions, Apex adapts to your needs, growing with your application.

### 🔒 Security First
Built with security in mind, Apex provides robust tools to safeguard your application and its users.

### 🧩 Extensibility
Easily customize and expand Apex's functionality with plugins, libraries, and APIs tailored to your project's needs.


## Getting Started

First install the package via PyPi.
```bash
pip install Apex-agents-py
```
Then define your agent, give it the tools it needs and run it!
```py
from Apex import CodeAgent, DuckDuckGoSearchTool, HfApiModel

agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel())

agent.run("Tell me Solana and Bitcoin price in March 2025")
```


## Contributing
We welcome contributions! If you want to report a bug, suggest a feature, or contribute code, please:

1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Submit a pull request.

## How strong are open models for agentic workflows?

We've created `CodeAgent` instances with some leading models, and compared them on [this benchmark](https://huggingface.co/datasets/m-ric/agents_medium_benchmark_2) that gathers questions from a few different benchmarks to propose a varied blend of challenges.

## Citing Apex

If you use `Apex` in your publication, please cite it by using the following BibTeX entry.

```bibtex
@Misc{Apex,
  title =        {`Apex`: The easiest way to build efficient solana agentic systems.},
  author =       {Apexngine inc.},
  howpublished = {\url{https://github.com/Apexngine/Apex}},
  year =         {2025}
}
```
