Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
2 years ago | |
|---|---|---|
| .github/workflows | 2 years ago | |
| .vscode | 2 years ago | |
| docs/src | 2 years ago | |
| examples | 2 years ago | |
| src/agnext | 2 years ago | |
| tests | 2 years ago | |
| .gitignore | 2 years ago | |
| CODE_OF_CONDUCT.md | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 2 years ago | |
| SECURITY.md | 2 years ago | |
| SUPPORT.md | 2 years ago | |
| pyproject.toml | 2 years ago | |
| test.sh | 2 years ago | |
core are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.components are the building blocks for creating single agentsapplication are implementations of core components that are used to compose an applicationchat is the concrete implementation of multi-agent interactions. Most users will deal with this module.python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest
mypy
pyright
ruff check
ruff format
pip install -e ".[docs]"
sphinx-build docs/src docs/build
# To view the docs:
python -m http.server -d docs/build
This is a mirror of AutoGen from GitHub. AutoGen is a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.
Python SVG Jupyter Notebook C# TSX other