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
- Host: GitHub
- URL: https://github.com/dsblank/developing-agentic-ai
- Owner: dsblank
- License: other
- Created: 2025-11-07T19:56:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-01-26T19:48:38.000Z (6 months ago)
- Last Synced: 2026-01-27T03:21:37.315Z (6 months ago)
- Topics: agentic-ai, agents, ai, llm, opik
- Language: Python
- Homepage: https://dsblank.github.io/developing-agentic-ai/
- Size: 840 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)