Prime is a powerful, modular, and highly extensible framework designed for developers building applications that require a seamless blend of performance, flexibility, and scalability. With Prime, you can harness the power of modern tools to craft cutting-edge solutions across industries.
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:
pr1Me7tWgYawfbZMLQDxoL7bD6KhyBYctp72rEengmW
All development and maintenance of this project are funded exclusively through the creator's wallet associated with the token.
- Developer-Centric: Designed with developers in mind, PRIME simplifies complex processes and accelerates development.
- Open-Source: Fully open-source, ensuring transparency and community-driven growth.
- Adaptable: Built to accommodate a wide range of industries and applications, from startups to enterprises.
Prime is optimized for speed and efficiency, ensuring your applications run smoothly even under heavy workloads.
With a modular design, Prime allows you to integrate only the components you need, keeping your applications lightweight and focused.
Whether you're starting small or building enterprise-grade solutions, Prime adapts to your needs, growing with your application.
Built with security in mind, Prime provides robust tools to safeguard your application and its users.
Easily customize and expand Prime's functionality with plugins, libraries, and APIs tailored to your project's needs.
First install the package via PyPi.
pip install prime-agents-py
Then define your agent, give it the tools it needs and run it!
from prime import CodeAgent, DuckDuckGoSearchTool, HfApiModel
agent = CodeAgent(tools=[DuckDuckGoSearchTool()], model=HfApiModel())
agent.run("Tell me Solana and Bitcoin price in March 2025")
We welcome contributions! If you want to report a bug, suggest a feature, or contribute code, please:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request.
We've created CodeAgent
instances with some leading models, and compared them on this benchmark that gathers questions from a few different benchmarks to propose a varied blend of challenges.
If you use prime
in your publication, please cite it by using the following BibTeX entry.
@Misc{prime,
title = {`prime`: The easiest way to build efficient solana agentic systems.},
author = {primengine inc.},
howpublished = {\url{https://github.com/primengine/prime}},
year = {2025}
}