A Python package for developing agentic AI systems.
Install the package using pip:
pip install developing-agentic-aiOr install from source:
git clone https://github.com/dsblank/developing-agentic-ai.git
cd developing-agentic-ai
pip install -e .- Python 3.8 or higher
- opik
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:
pytestThis 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.