4. Developer Guide

This chapter is for contributors and integrators: repository layout, main entry points, and core API references.

  • Directory structure
    • Layering under openjiuwen_deepsearch/, main flow, and where to look.
  • openJiuwen DeepSearch Developer Guide
    • Config initialization, agent creation, report generation, templates, HITL, and post-report local editing.
  • API Reference
    • agent_factory, workflow, deepsearch_agent, main_nodes, base_node, search_context, config, report_convert.

Suggested reading order

  1. Directory structure for module boundaries and the main pipeline.
  2. openJiuwen DeepSearch Developer Guide for integration patterns and examples.
  3. API Reference for classes, nodes, configuration fields, and export interfaces.