A Python package for developing agentic AI systems.
Install the package using pip:
pip install developing-agentic-ai
Or install from source:
git clone https://github.com/dsblank/developing-agentic-ai.git
cd developing-agentic-ai
pip install -e .
To set up a development environment:
git clone https://github.com/dsblank/developing-agentic-ai.git
cd developing-agentic-ai
pip install -e ".[dev]"
Run tests:
pytest
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.