### Junjo Python Library API Reference Source: https://junjo.ai/docs/index Provides access to the Junjo Python library's core functionalities for defining and executing AI workflows. This includes details on nodes, graphs, execution, and state management. ```APIDOC Junjo Library Overview: Junjo is an open-source Python library for designing, executing, testing, and debugging complex, graph-based AI workflows. It remains decoupled from any specific AI model or framework. Key Features: - Eval Driven Development: Use pytest to test workflow nodes against inputs/outputs, with LLM powered evals. - OpenTelemetry Native: Execution traces are grouped into workflows and nodes. Supports self-hostable companion telemetry server. - State Management: Redux-inspired state management for workflows. Use Junjo Server to visually step through state changes. Documentation Links: - Python library API: https://python-api.junjo.ai/ - PyPI: https://pypi.org/project/junjo/ ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.