LICENSE
README.md
pyproject.toml
src/junjo/__init__.py
src/junjo/_identity.py
src/junjo/_json.py
src/junjo/_lifecycle.py
src/junjo/_terminal.py
src/junjo/condition.py
src/junjo/correlation.py
src/junjo/edge.py
src/junjo/eval.py
src/junjo/graph.py
src/junjo/hooks.py
src/junjo/node.py
src/junjo/run_concurrent.py
src/junjo/state.py
src/junjo/store.py
src/junjo/util.py
src/junjo/workflow.py
src/junjo/workflow_errors.py
src/junjo.egg-info/PKG-INFO
src/junjo.egg-info/SOURCES.txt
src/junjo.egg-info/dependency_links.txt
src/junjo.egg-info/requires.txt
src/junjo.egg-info/top_level.txt
src/junjo/agent/__init__.py
src/junjo/agent/_boundary.py
src/junjo/agent/_runtime.py
src/junjo/agent/_schema.py
src/junjo/agent/_state.py
src/junjo/agent/_telemetry.py
src/junjo/agent/definition.py
src/junjo/agent/errors.py
src/junjo/agent/json.py
src/junjo/agent/messages.py
src/junjo/agent/model_driver.py
src/junjo/agent/result.py
src/junjo/agent/state.py
src/junjo/agent/testing.py
src/junjo/agent/tool.py
src/junjo/telemetry/__init__.py
src/junjo/telemetry/diagnostics.py
src/junjo/telemetry/junjo_otel_exporter.py
src/junjo/telemetry/otel_schema.py
src/junjo/telemetry/payload.py
src/junjo/telemetry/span_lifecycle.py
src/junjo/telemetry/store_evidence.py
tests/test_agent_composition_concurrency.py
tests/test_agent_contracts.py
tests/test_agent_execution.py
tests/test_agent_failures_and_cancellation.py
tests/test_agent_producer_conformance.py
tests/test_agent_telemetry.py
tests/test_agent_typing.py
tests/test_diagnostic_portability.py
tests/test_execution_result.py
tests/test_execution_runtime_failures.py
tests/test_graph_compile.py
tests/test_graph_exceptions.py
tests/test_graph_plural_sinks.py
tests/test_graph_rendering.py
tests/test_graph_serialization.py
tests/test_graph_validation.py
tests/test_hooks.py
tests/test_junjo_otel_exporter.py
tests/test_logging.py
tests/test_node_evaluation.py
tests/test_run_concurrent_cancellation_telemetry.py
tests/test_state_snapshot_isolation.py
tests/test_store_atomicity.py
tests/test_store_state_serialization.py
tests/test_store_telemetry_v2.py
tests/test_telemetry_contract.py