An open API service indexing awesome lists of open source software.

https://github.com/dsblank/developing-agentic-ai

Developing Agentic AI with Opik
https://github.com/dsblank/developing-agentic-ai

agentic-ai agents ai llm opik

Last synced: 6 months ago
JSON representation

Developing Agentic AI with Opik

Awesome Lists containing this project

README

          

# developing-agentic-ai

A Python package for developing agentic AI systems.

## Installation

Install the package using pip:

```bash
pip install developing-agentic-ai
```

Or install from source:

```bash
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:

```bash
git clone https://github.com/dsblank/developing-agentic-ai.git
cd developing-agentic-ai
pip install -e ".[dev]"
```

Run tests:

```bash
pytest
```

## License

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

## Contributing

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

## Links

- [GitHub Repository](https://github.com/dsblank/developing-agentic-ai)
- [Issue Tracker](https://github.com/dsblank/developing-agentic-ai/issues)