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/

poetry

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

pipx install poetry

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
poetry shell
poetry install
  1. Install agenticos package using poetry:
poetry add agenticos
  1. Generate agenctic 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

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.2.153503.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

agenticos-0.0.2.153503-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agenticos-0.0.2.153503.tar.gz
  • Upload date:
  • Size: 11.5 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.2.153503.tar.gz
Algorithm Hash digest
SHA256 4ab29b70b0b1621c21d430851c69eb57c9b7a48559269147c722e4aea3c9524a
MD5 e02e755f378d9f989e97505b664f77fc
BLAKE2b-256 5598bfc8d0321e44df9dff83cde002a0500d2ec8b6157df00eaf19a1f78b7c34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agenticos-0.0.2.153503-py3-none-any.whl
  • Upload date:
  • Size: 14.4 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.2.153503-py3-none-any.whl
Algorithm Hash digest
SHA256 eca2947c9b5690bdbc638623e46c17783b2fe1128ea19f58ed53a2f7f5f6633e
MD5 a9ffc00cb6f662027955926b1655a9bd
BLAKE2b-256 ff33dac607faa5832fc58e7706c7c80212a0afa1fc8942659262ddd31d313a91

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