Simple and powerful local AI Agent with memory and tools.
Project description
# JornadaRPA.AgentAI
A simple, modular and local AI Agent framework with memory and tool support. Ideal for RPA use cases.
## Install
pip install JornadaRPA.AgentAI
BASIC SAMPLE
from JornadaRPA.AgentAI.providers import get\_provider
from JornadaRPA.AgentAI.agent import AgentAI
provider = get\_provider("openai")(api\_key="...", model="gpt-4")
agent = AgentAI(provider)
result = agent.plan\_and\_execute("Hello!")
print(result)
Project details
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 jornadarpa_agentai-0.1.0.tar.gz.
File metadata
- Download URL: jornadarpa_agentai-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a24ece4bff09da93ccbd8c081acd7d37f853c394159053cf359ccaf2455a1cd8
|
|
| MD5 |
2ade59fdffe76ad9d4498c40e30c4318
|
|
| BLAKE2b-256 |
95f08bc475b39c9785e0f2e1913eb7067236ddd80d91c372d6e0ddb9bb7b0d4b
|
File details
Details for the file jornadarpa_agentai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jornadarpa_agentai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28b65a3583592f1b42954b87e377fbb41c6e09a525a7b7de22613769c1c27aef
|
|
| MD5 |
2d344f3d30b5334fbef2fb46fe7bbe30
|
|
| BLAKE2b-256 |
c2ae13c2a80e10bc0653dc584a55280cc4aa9f48e02f3e35c45905a48931620a
|