Skip to main content

Tapping into the power of AI agents

Project description

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

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

agenticos-0.0.3.156160.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

agenticos-0.0.3.156160-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file agenticos-0.0.3.156160.tar.gz.

File metadata

  • Download URL: agenticos-0.0.3.156160.tar.gz
  • Upload date:
  • Size: 15.4 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

Hashes for agenticos-0.0.3.156160.tar.gz
Algorithm Hash digest
SHA256 1902c6daa2bcb9d09516d8d4e2e31d1098d71ef35d386bc7d55e860080e133a0
MD5 d5ed19e6974c995e0919e291fb231570
BLAKE2b-256 aad8121a6420016d00712f1100dd224bfc16b0d3a82387c62ee49a324727f5c0

See more details on using hashes here.

File details

Details for the file agenticos-0.0.3.156160-py3-none-any.whl.

File metadata

  • Download URL: agenticos-0.0.3.156160-py3-none-any.whl
  • Upload date:
  • Size: 20.1 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

Hashes for agenticos-0.0.3.156160-py3-none-any.whl
Algorithm Hash digest
SHA256 899ca91d81b00a50abc5640509aab3d561c115230b901c220af69c0e55e038c6
MD5 3246da5607a2da81bb92f5d25fe4e273
BLAKE2b-256 feb82f5e0246d1c94cc0c0231dc6dd20f382c173067c2b459eeece8ddc1ed752

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page