Skip to main content

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.

Geting started

Installing the prerequisites

pipx

This is currently a recomended way to install comamnds that are available accros your systems like build backends or other code generators. Please follow instructions for your operating system: https://pipx.pypa.io/stable/installation/

hatch

This build backend is required by crew AI. You can install it with pipx:

pipx install hatch

For other installation options please check the official instructions: https://python-poetry.org/docs/#ci-recommendations

CrewAI

Please install CrewAI using the pipx:

pipx install crewai

:warning: Please make sure that you update CrewAI before every use.

Creating a new project

  1. Create a new CrewAI crew. If you are installing agenticos alongside exising CrewAI project please go to point 3.
crewai create crew new_crew
  1. Generate venv and install dependencies:
cd new_crew
hatch shell
  1. Install agenticos package using poetry:
pip install agenticos
  1. Add agenticos to pyproject.toml. Use the following command to find out which version do you need.
pip freeze | grep agenticos
  1. Generate agentic scaffold files:
agentic init

It will generate following files in your project:

[app_root]
|-src
  |-agentic
    |-agentic_node.py
    |-agentic_config.py

:warning: This configuration should work with out-of the box crewai project. If you made any changes to project structure you will have to update agentic_config.py file.

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

Config via ENV VARS

Order of priority CLI ARGS > ENV_VARS > DEFAULTS. Current env vars with defaults:

    AUTH_TOKEN: str = ""
    REGISTRY_URL: str = "ws://localhost:8080"
    NODE_MODE: str = "httpserver"
    HTTP_PORT: int = 8000
    AGENTIC_CONFIG_PATH: str = "src/agentic/agentic_config.py"
    HTTP_HEALTHCHECK : bool = False

Release files for agenticos 0.0.3.156470

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for agenticos 0.0.3.156470
File Size Uploaded
agenticos-0.0.3.156470.tar.gz 16.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for agenticos 0.0.3.156470
File Interpreter ABI Platform
agenticos-0.0.3.156470-py3-none-any.whl Python 3 none any Details

Total release size: 36.9 kB

Release files / agenticos-0.0.3.156470.tar.gz

Download URL agenticos-0.0.3.156470.tar.gz
Size 16.1 kB
Tags Source
SHA-256 checksum
How to use checksums
15abd989ea77a7f77dee49002a730e759de0ddd503df47618ed96af715af3cc5
BLAKE2b-256 checksum
How to use checksums
8e3a8b2e819b9e6e1d78557157124953be72836e7a3bd8566a2f1ee7cb4f2d61
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.3.156470-py3-none-any.whl

Download URL agenticos-0.0.3.156470-py3-none-any.whl
Size 20.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
6ecce053d7bb1191258a3a5110d06b21b9ac5cb87c7a17c5f8ff23709e082adc
BLAKE2b-256 checksum
How to use checksums
44e1764a4f7b748aa403315d5e52dda87bdcccea020309405fa3f604adc432cb
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
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page