multi agent framework
Project description
MultiAgentX
A flexible framework for building multi-agent systems.
Installation
Install from source
You can install the package directly from source:
pip install .
For development installation:
pip install -e .
Install from pypi
You can install the package from pypi
pip install multiagentx -i https://pypi.org/simple
You can also upgrade the package from pypi
pip install multiagentx --upgrade -i https://pypi.org/simple
Usage
from multiagentx import hello
hello()
Package Upload
First time upload
pip install build twine
python -m build
twine upload dist/*
Subsequent uploads
rm -rf dist/ build/ *.egg-info/
python -m build
twine upload dist/*
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
multiagentx-0.1.3.tar.gz
(25.6 kB
view details)
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 multiagentx-0.1.3.tar.gz.
File metadata
- Download URL: multiagentx-0.1.3.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfd9869cc81cf4415cb6c8287500921ec02197622a817d2d940ffd36c4903bbf
|
|
| MD5 |
0686a961335701a2c6cbd3dbc0f040f7
|
|
| BLAKE2b-256 |
f9609d1b17edc758a4b2e5068ad0be2d2205342460e49d10d5981e50b13982c5
|
File details
Details for the file multiagentx-0.1.3-py3-none-any.whl.
File metadata
- Download URL: multiagentx-0.1.3-py3-none-any.whl
- Upload date:
- Size: 29.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2aa6bb0592d8ac9a90f7cf37de1f3afdda589db5f8b8003a7f29a2208a2c2110
|
|
| MD5 |
2ffa14a7323c3ad0b3c1b9a6eb798baa
|
|
| BLAKE2b-256 |
044b0e8bf4f1cea5bac4b21afdcc13b1b85597c56f0656e43c623d4cb5b11151
|