AgenticOS
AgenticOS is a flexible and modular framework designed to help developers deploy and manage AI-driven workflows using agent-based systems. The framework is designed to be LLM-agnostic and core-tech switchable in the future, allowing developers to integrate their preferred agent systems seamlessly.
The goal is to provide a framework that integrates easily into your existing or planned infrastructure, giving you the flexibility to focus on AI task execution without complex setups.
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
Release files for agenticos 0.0.2.152712
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agenticos-0.0.2.152712.tar.gz | 9.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agenticos-0.0.2.152712-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.1 kB
Release files / agenticos-0.0.2.152712.tar.gz
| Download URL | agenticos-0.0.2.152712.tar.gz |
|---|---|
| Size | 9.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b03579122432555aa3757afa13246a1179f9dee42bef36a0d4cbcf25cb371402
|
|
BLAKE2b-256 checksum How to use checksums |
79a047e5fb5bf04be6d913830a68f0062ec1e758062429d3ba942b1a1f0b1355
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1022-aws
|
Release files / agenticos-0.0.2.152712-py3-none-any.whl
| Download URL | agenticos-0.0.2.152712-py3-none-any.whl |
|---|---|
| Size | 11.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eccd22954def2f14915a7c0a3d06bb4308c4551d20ecb357f619c215281d0036
|
|
BLAKE2b-256 checksum How to use checksums |
92176ea4b516369458cee56b0127c6cd689cb7e94e6b4c522db95494f755d1ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1022-aws
|