.gitignore
pyproject.toml
src/otai_base/__init__.py
src/otai_base/base_plugin.py
src/otai_base.egg-info/PKG-INFO
src/otai_base.egg-info/SOURCES.txt
src/otai_base.egg-info/dependency_links.txt
src/otai_base.egg-info/entry_points.txt
src/otai_base.egg-info/requires.txt
src/otai_base.egg-info/top_level.txt
src/otai_base/pipes/__init__.py
src/otai_base/pipes/classification_pipe.py
src/otai_base/pipes/composite_pipe.py
src/otai_base/pipes/expression_pipe.py
src/otai_base/pipes/interval_trigger_pipe.py
src/otai_base/pipes/orchestrators/__init__.py
src/otai_base/pipes/orchestrators/simple_sequential_orchestrator.py
src/otai_base/pipes/pipe_runners/__init__.py
src/otai_base/pipes/pipe_runners/simple_sequential_runner.py
src/otai_base/pipes/ticket_system_pipes/__init__.py
src/otai_base/pipes/ticket_system_pipes/add_note_pipe.py
src/otai_base/pipes/ticket_system_pipes/fetch_tickets_pipe.py
src/otai_base/pipes/ticket_system_pipes/ticket_system_pipe.py
src/otai_base/pipes/ticket_system_pipes/update_ticket_pipe.py
src/otai_base/template_renderers/__init__.py
src/otai_base/template_renderers/jinja_renderer.py
src/otai_base/template_renderers/jinja_renderer_extras.py
tests/conftest.py
tests/test_base_plugin.py
tests/ai_classification_services/__init__.py
tests/ai_classification_services/test_classification_service.py
tests/loggers/__init__.py
tests/loggers/test_stdlib_logging_adapter.py
tests/orchestrators/__init__.py
tests/orchestrators/test_simple_sequential_orchestrator.py
tests/pipe_runners/__init__.py
tests/pipe_runners/test_simple_sequential_pipe_runner.py
tests/pipes/__init__.py
tests/pipes/test_classification_pipe.py
tests/pipes/test_composite_pipe.py
tests/pipes/test_expression_pipe.py
tests/pipes/ticket_system_pipes/__init__.py
tests/pipes/ticket_system_pipes/test_add_note_pipe.py
tests/pipes/ticket_system_pipes/test_fetch_tickets_pipe.py
tests/pipes/ticket_system_pipes/test_update_ticket_pipe.py
tests/template_renderers/__init__.py
tests/template_renderers/test_jinja_renderer.py
tests/template_renderers/test_jinja_renderer_extras.py