Orchestrates interactions between AI agents, with built-in LLM vendor independence.
Project description
Crewmaster
Orchestrates interactions between AI agents, with built-in LLM vendor independence.
Getting Started
pip install crewmaster
Variables de entorno
Necesitas crear un archivo .env con las siguientes variables de entorno de openai
LLM_API_KEY_OPEN_AI=DEFAULT
LLM_MODEL_OPEN_AI="gpt-3.5-turbo"
LLM_TEMPERATURE_OPEN_AI=0
Instalar dependencias
- Activar entorno virtual
poetry env use python
- Instalar
poetry install
Ejecutar los test
- Ejecutar todos los test
poetry run pytest
- Se puede utilizar pytest para hacer los tests:
poetry run pytest ./ruta/a/probar --capture=no
- Pytest no ofrece un modo "watch". Si quiere utilizar un modo watch debes ejecutar:
poetry run ptw ./ruta/a/monitorear ./ruta/a/probar --capture=no
- Si se quiere probar sólo algún test, se puede agregar la marca
@pytest.mark.mi_marcay luego ejecutar con el parámetro -k=mi_marca.
# test.py
@pytest.mark.mi_marca
def test_check...
# console
poetry run ptw ./ruta/a/monitorear ./ruta/a/probar --capture=no -k=mi_marca
Publicación en pypi
La librería se publica automáticamente en Pypi con cada merge que se hace en los branchs de develop (beta) y master (production).
Puedes ver más información en la documentación para pypi.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crewmaster-0.1.15b0.tar.gz.
File metadata
- Download URL: crewmaster-0.1.15b0.tar.gz
- Upload date:
- Size: 99.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/5.15.154+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e8eaf35b757371d326410f9e568590736b8496e6e3eee2836e9dc7dd66f81f1
|
|
| MD5 |
25cd5e1cc61cbad726c12162f2370c4f
|
|
| BLAKE2b-256 |
9116f6f097ed72f7502db19981c6845934907e1375a45c8356871b643af6a7bb
|
File details
Details for the file crewmaster-0.1.15b0-py3-none-any.whl.
File metadata
- Download URL: crewmaster-0.1.15b0-py3-none-any.whl
- Upload date:
- Size: 154.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/5.15.154+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6004333ee9d80e63f6b18d8ace79e1c25449a5f8d4d723153a3aef335da6b1b6
|
|
| MD5 |
591ee7e39d514040c2141a112cddf667
|
|
| BLAKE2b-256 |
db2cd805a5da3d33ec5ea99d658525264badff7ac9ed9c9c369b9234cf06e286
|