Tapping into the power of AI agents
Project description
agentic-core
Installation
Agentic-core is designed to be installed alongside another LLM agent workload orchestration tool. Currently it only supports crew AI.
- Folow crewai instructions for installation and creating of the project:
https://docs.crewai.com/getting-started/Installing-CrewAI/
https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/ - Install agenticos package using poetry:
poetry add agenticos
Usage
Initialization
After adding agenticos to the project you need to init your project as an agentic node"
agentic init
It will generate following files in your project:
[app_root]
|-src
|-agentic
|-agentic_node.py
|-agentic_config.yml
This configuration should work with out-of the box crew ai project.
Running
Currentic agentic node may be run only as a standalone HTTP server. Production fastapi mode:
agentic run
or dev fastapi mode:
agentic run --dev
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
File details
Details for the file agenticos-0.0.2.152601.tar.gz
.
File metadata
- Download URL: agenticos-0.0.2.152601.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1022-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2250fe517cdbd1041ade4ee77fcbc60c671e02283317f314a5b50f31daac4502 |
|
MD5 | 3e1adba9ffae43e4f1feda97da19e77a |
|
BLAKE2b-256 | 9a358dbe65d4e1d2b495ce1d0cc79373365cfd94313d2b47ed70e44803921f53 |
File details
Details for the file agenticos-0.0.2.152601-py3-none-any.whl
.
File metadata
- Download URL: agenticos-0.0.2.152601-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1022-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c25264722a4e76421fd4b9eb23aa691faa0bab7dac14171279b6f7b7d74071f0 |
|
MD5 | 18a76ca6c2109c3e89341b93fd0d95d6 |
|
BLAKE2b-256 | 3abb20bc7e3c2e2de60ab4f1a13f595379d7e89d10e9f4fa60b64bbc328df2c4 |