Skip to content

dsblank/developing-agentic-ai

Repository files navigation

developing-agentic-ai

A Python package for developing agentic AI systems.

Installation

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 .

Requirements

  • Python 3.8 or higher
  • opik

Development

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

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Links

About

Developing Agentic AI with Opik

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published