Skip to content

Conversation

Copy link

Copilot AI commented Feb 8, 2026

RST autodoc files and markdown guides had drifted significantly from the actual codebase — wrong module paths, missing modules, and deleted files still referenced.

RST autodoc: fixed broken module references

  • Renamed camel.runtime.rstcamel.runtimes.rst and camel.data_collector.rstcamel.data_collectors.rst (packages are plural)
  • Replaced non-existent camel.datasets.base, camel.environments.base, camel.toolkits.dalle_toolkit with actual modules
  • Fixed swapped qdrant/tidb automodule directives in camel.storages.vectordb_storages.rst

RST autodoc: added ~100+ missing modules

  • Updated 17 RST files across agents, models, toolkits, configs, embeddings, loaders, retrievers, interpreters, storages, societies, benchmarks, verifiers, prompts, extractors, utils, types
  • Created new RST files for evol_instruct, hybrid_browser_toolkit, runtimes.utils subpackages
  • Added 11 missing packages to camel.rst toctree (benchmarks, bots, data_collectors, datahubs, datasets, environments, extractors, personas, runtimes, schemas, verifiers)

Markdown docs: fixed incorrect imports

  • storages.md: SurrealStorage not exported from camel.storages, fixed to import from camel.storages.vectordb_storages
  • camel_agents_as_an_mcp_clients.md: ModelFactory imported from camel.typescamel.models
  • camel_agents_as_an_mcp_clients.md: PulseMCPSearchToolkit imported from non-existent camel.toolkits.mcpcamel.toolkits
  • runtimes.md: link text said examples/runtime but URL pointed to examples/runtimes
  • index.rst: referenced benchmark.md (lowercase) but file is Benchmark.md

Reference docs cleanup

  • Fixed module path anchors in file_write_toolkit, imap_toolkit, openai_image_toolkit reference docs
  • Removed 6 reference docs for modules that no longer exist (hybrid_browser_toolkit sub-modules moved to TS, non_visual_browser_toolkit deleted)

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update all documents to the latest version Update documentation to match latest source code structure Feb 8, 2026
Copilot AI requested a review from lightaime February 8, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants