Add foundational example 30 to show how to use an Observer

This commit is contained in:
Mark Backman
2025-01-16 16:35:41 -05:00
parent 73ed0c1ad7
commit b9b02845a3
2 changed files with 128 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
pipeline. This can be useful, for example, to implement frame loggers or
debuggers among other things.
- Added `30-observer.py` to show how to add an Observer to a pipeline for
debugging.
- Added `OpenRouter` for OpenRouter integration with an OpenAI-compatible
interface. Added foundational example `14m-function-calling-openrouter.py`.