diff --git a/README.md b/README.md index ff472c8..f44a9ec 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ This project crawls GitHub repositories and build a knowledge base from the code: - **Analyze entire codebases** to identify core abstractions and how they interact + - **Transform complex code** into beginner-friendly tutorials with clear visualizations + - **Build understanding systematically** from fundamentals to advanced concepts in logical steps Built with [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework. \ No newline at end of file diff --git a/output/AutoGen Core/01_agent.md b/docs/AutoGen Core/01_agent.md similarity index 100% rename from output/AutoGen Core/01_agent.md rename to docs/AutoGen Core/01_agent.md diff --git a/output/AutoGen Core/02_messaging_system__topic___subscription_.md b/docs/AutoGen Core/02_messaging_system__topic___subscription_.md similarity index 100% rename from output/AutoGen Core/02_messaging_system__topic___subscription_.md rename to docs/AutoGen Core/02_messaging_system__topic___subscription_.md diff --git a/output/AutoGen Core/03_agentruntime.md b/docs/AutoGen Core/03_agentruntime.md similarity index 100% rename from output/AutoGen Core/03_agentruntime.md rename to docs/AutoGen Core/03_agentruntime.md diff --git a/output/AutoGen Core/04_tool.md b/docs/AutoGen Core/04_tool.md similarity index 100% rename from output/AutoGen Core/04_tool.md rename to docs/AutoGen Core/04_tool.md diff --git a/output/AutoGen Core/05_chatcompletionclient.md b/docs/AutoGen Core/05_chatcompletionclient.md similarity index 100% rename from output/AutoGen Core/05_chatcompletionclient.md rename to docs/AutoGen Core/05_chatcompletionclient.md diff --git a/output/AutoGen Core/06_chatcompletioncontext.md b/docs/AutoGen Core/06_chatcompletioncontext.md similarity index 100% rename from output/AutoGen Core/06_chatcompletioncontext.md rename to docs/AutoGen Core/06_chatcompletioncontext.md diff --git a/output/AutoGen Core/07_memory.md b/docs/AutoGen Core/07_memory.md similarity index 100% rename from output/AutoGen Core/07_memory.md rename to docs/AutoGen Core/07_memory.md diff --git a/output/AutoGen Core/08_component.md b/docs/AutoGen Core/08_component.md similarity index 100% rename from output/AutoGen Core/08_component.md rename to docs/AutoGen Core/08_component.md diff --git a/output/AutoGen Core/index.md b/docs/AutoGen Core/index.md similarity index 100% rename from output/AutoGen Core/index.md rename to docs/AutoGen Core/index.md diff --git a/output/Browser Use/01_agent.md b/docs/Browser Use/01_agent.md similarity index 100% rename from output/Browser Use/01_agent.md rename to docs/Browser Use/01_agent.md diff --git a/output/Browser Use/02_system_prompt.md b/docs/Browser Use/02_system_prompt.md similarity index 100% rename from output/Browser Use/02_system_prompt.md rename to docs/Browser Use/02_system_prompt.md diff --git a/output/Browser Use/03_browsercontext.md b/docs/Browser Use/03_browsercontext.md similarity index 100% rename from output/Browser Use/03_browsercontext.md rename to docs/Browser Use/03_browsercontext.md diff --git a/output/Browser Use/04_dom_representation.md b/docs/Browser Use/04_dom_representation.md similarity index 100% rename from output/Browser Use/04_dom_representation.md rename to docs/Browser Use/04_dom_representation.md diff --git a/output/Browser Use/05_action_controller___registry.md b/docs/Browser Use/05_action_controller___registry.md similarity index 100% rename from output/Browser Use/05_action_controller___registry.md rename to docs/Browser Use/05_action_controller___registry.md diff --git a/output/Browser Use/06_message_manager.md b/docs/Browser Use/06_message_manager.md similarity index 100% rename from output/Browser Use/06_message_manager.md rename to docs/Browser Use/06_message_manager.md diff --git a/output/Browser Use/07_data_structures__views_.md b/docs/Browser Use/07_data_structures__views_.md similarity index 100% rename from output/Browser Use/07_data_structures__views_.md rename to docs/Browser Use/07_data_structures__views_.md diff --git a/output/Browser Use/08_telemetry_service.md b/docs/Browser Use/08_telemetry_service.md similarity index 100% rename from output/Browser Use/08_telemetry_service.md rename to docs/Browser Use/08_telemetry_service.md diff --git a/output/Browser Use/index.md b/docs/Browser Use/index.md similarity index 100% rename from output/Browser Use/index.md rename to docs/Browser Use/index.md diff --git a/output/Celery/01_celery_app.md b/docs/Celery/01_celery_app.md similarity index 100% rename from output/Celery/01_celery_app.md rename to docs/Celery/01_celery_app.md diff --git a/output/Celery/02_configuration.md b/docs/Celery/02_configuration.md similarity index 100% rename from output/Celery/02_configuration.md rename to docs/Celery/02_configuration.md diff --git a/output/Celery/03_task.md b/docs/Celery/03_task.md similarity index 100% rename from output/Celery/03_task.md rename to docs/Celery/03_task.md diff --git a/output/Celery/04_broker_connection__amqp_.md b/docs/Celery/04_broker_connection__amqp_.md similarity index 100% rename from output/Celery/04_broker_connection__amqp_.md rename to docs/Celery/04_broker_connection__amqp_.md diff --git a/output/Celery/05_worker.md b/docs/Celery/05_worker.md similarity index 100% rename from output/Celery/05_worker.md rename to docs/Celery/05_worker.md diff --git a/output/Celery/06_result_backend.md b/docs/Celery/06_result_backend.md similarity index 100% rename from output/Celery/06_result_backend.md rename to docs/Celery/06_result_backend.md diff --git a/output/Celery/07_beat__scheduler_.md b/docs/Celery/07_beat__scheduler_.md similarity index 100% rename from output/Celery/07_beat__scheduler_.md rename to docs/Celery/07_beat__scheduler_.md diff --git a/output/Celery/08_canvas__signatures___primitives_.md b/docs/Celery/08_canvas__signatures___primitives_.md similarity index 100% rename from output/Celery/08_canvas__signatures___primitives_.md rename to docs/Celery/08_canvas__signatures___primitives_.md diff --git a/output/Celery/09_events.md b/docs/Celery/09_events.md similarity index 100% rename from output/Celery/09_events.md rename to docs/Celery/09_events.md diff --git a/output/Celery/10_bootsteps.md b/docs/Celery/10_bootsteps.md similarity index 100% rename from output/Celery/10_bootsteps.md rename to docs/Celery/10_bootsteps.md diff --git a/output/Celery/index.md b/docs/Celery/index.md similarity index 100% rename from output/Celery/index.md rename to docs/Celery/index.md diff --git a/output/Click/01_command___group.md b/docs/Click/01_command___group.md similarity index 100% rename from output/Click/01_command___group.md rename to docs/Click/01_command___group.md diff --git a/output/Click/02_decorators.md b/docs/Click/02_decorators.md similarity index 100% rename from output/Click/02_decorators.md rename to docs/Click/02_decorators.md diff --git a/output/Click/03_parameter__option___argument_.md b/docs/Click/03_parameter__option___argument_.md similarity index 100% rename from output/Click/03_parameter__option___argument_.md rename to docs/Click/03_parameter__option___argument_.md diff --git a/output/Click/04_paramtype.md b/docs/Click/04_paramtype.md similarity index 100% rename from output/Click/04_paramtype.md rename to docs/Click/04_paramtype.md diff --git a/output/Click/05_context.md b/docs/Click/05_context.md similarity index 100% rename from output/Click/05_context.md rename to docs/Click/05_context.md diff --git a/output/Click/06_term_ui__terminal_user_interface_.md b/docs/Click/06_term_ui__terminal_user_interface_.md similarity index 100% rename from output/Click/06_term_ui__terminal_user_interface_.md rename to docs/Click/06_term_ui__terminal_user_interface_.md diff --git a/output/Click/07_click_exceptions.md b/docs/Click/07_click_exceptions.md similarity index 100% rename from output/Click/07_click_exceptions.md rename to docs/Click/07_click_exceptions.md diff --git a/output/Click/index.md b/docs/Click/index.md similarity index 100% rename from output/Click/index.md rename to docs/Click/index.md diff --git a/output/Crawl4AI/01_asynccrawlerstrategy.md b/docs/Crawl4AI/01_asynccrawlerstrategy.md similarity index 100% rename from output/Crawl4AI/01_asynccrawlerstrategy.md rename to docs/Crawl4AI/01_asynccrawlerstrategy.md diff --git a/output/Crawl4AI/02_asyncwebcrawler.md b/docs/Crawl4AI/02_asyncwebcrawler.md similarity index 100% rename from output/Crawl4AI/02_asyncwebcrawler.md rename to docs/Crawl4AI/02_asyncwebcrawler.md diff --git a/output/Crawl4AI/03_crawlerrunconfig.md b/docs/Crawl4AI/03_crawlerrunconfig.md similarity index 100% rename from output/Crawl4AI/03_crawlerrunconfig.md rename to docs/Crawl4AI/03_crawlerrunconfig.md diff --git a/output/Crawl4AI/04_contentscrapingstrategy.md b/docs/Crawl4AI/04_contentscrapingstrategy.md similarity index 100% rename from output/Crawl4AI/04_contentscrapingstrategy.md rename to docs/Crawl4AI/04_contentscrapingstrategy.md diff --git a/output/Crawl4AI/05_relevantcontentfilter.md b/docs/Crawl4AI/05_relevantcontentfilter.md similarity index 100% rename from output/Crawl4AI/05_relevantcontentfilter.md rename to docs/Crawl4AI/05_relevantcontentfilter.md diff --git a/output/Crawl4AI/06_extractionstrategy.md b/docs/Crawl4AI/06_extractionstrategy.md similarity index 100% rename from output/Crawl4AI/06_extractionstrategy.md rename to docs/Crawl4AI/06_extractionstrategy.md diff --git a/output/Crawl4AI/07_crawlresult.md b/docs/Crawl4AI/07_crawlresult.md similarity index 100% rename from output/Crawl4AI/07_crawlresult.md rename to docs/Crawl4AI/07_crawlresult.md diff --git a/output/Crawl4AI/08_deepcrawlstrategy.md b/docs/Crawl4AI/08_deepcrawlstrategy.md similarity index 100% rename from output/Crawl4AI/08_deepcrawlstrategy.md rename to docs/Crawl4AI/08_deepcrawlstrategy.md diff --git a/output/Crawl4AI/09_cachecontext___cachemode.md b/docs/Crawl4AI/09_cachecontext___cachemode.md similarity index 100% rename from output/Crawl4AI/09_cachecontext___cachemode.md rename to docs/Crawl4AI/09_cachecontext___cachemode.md diff --git a/output/Crawl4AI/10_basedispatcher.md b/docs/Crawl4AI/10_basedispatcher.md similarity index 100% rename from output/Crawl4AI/10_basedispatcher.md rename to docs/Crawl4AI/10_basedispatcher.md diff --git a/output/Crawl4AI/index.md b/docs/Crawl4AI/index.md similarity index 100% rename from output/Crawl4AI/index.md rename to docs/Crawl4AI/index.md diff --git a/output/CrewAI/01_crew.md b/docs/CrewAI/01_crew.md similarity index 100% rename from output/CrewAI/01_crew.md rename to docs/CrewAI/01_crew.md diff --git a/output/CrewAI/02_agent.md b/docs/CrewAI/02_agent.md similarity index 100% rename from output/CrewAI/02_agent.md rename to docs/CrewAI/02_agent.md diff --git a/output/CrewAI/03_task.md b/docs/CrewAI/03_task.md similarity index 100% rename from output/CrewAI/03_task.md rename to docs/CrewAI/03_task.md diff --git a/output/CrewAI/04_tool.md b/docs/CrewAI/04_tool.md similarity index 100% rename from output/CrewAI/04_tool.md rename to docs/CrewAI/04_tool.md diff --git a/output/CrewAI/05_process.md b/docs/CrewAI/05_process.md similarity index 100% rename from output/CrewAI/05_process.md rename to docs/CrewAI/05_process.md diff --git a/output/CrewAI/06_llm.md b/docs/CrewAI/06_llm.md similarity index 100% rename from output/CrewAI/06_llm.md rename to docs/CrewAI/06_llm.md diff --git a/output/CrewAI/07_memory.md b/docs/CrewAI/07_memory.md similarity index 100% rename from output/CrewAI/07_memory.md rename to docs/CrewAI/07_memory.md diff --git a/output/CrewAI/08_knowledge.md b/docs/CrewAI/08_knowledge.md similarity index 100% rename from output/CrewAI/08_knowledge.md rename to docs/CrewAI/08_knowledge.md diff --git a/output/CrewAI/index.md b/docs/CrewAI/index.md similarity index 100% rename from output/CrewAI/index.md rename to docs/CrewAI/index.md diff --git a/output/DSPy/01_module___program.md b/docs/DSPy/01_module___program.md similarity index 100% rename from output/DSPy/01_module___program.md rename to docs/DSPy/01_module___program.md diff --git a/output/DSPy/02_signature.md b/docs/DSPy/02_signature.md similarity index 100% rename from output/DSPy/02_signature.md rename to docs/DSPy/02_signature.md diff --git a/output/DSPy/03_example.md b/docs/DSPy/03_example.md similarity index 100% rename from output/DSPy/03_example.md rename to docs/DSPy/03_example.md diff --git a/output/DSPy/04_predict.md b/docs/DSPy/04_predict.md similarity index 100% rename from output/DSPy/04_predict.md rename to docs/DSPy/04_predict.md diff --git a/output/DSPy/05_lm__language_model_client_.md b/docs/DSPy/05_lm__language_model_client_.md similarity index 100% rename from output/DSPy/05_lm__language_model_client_.md rename to docs/DSPy/05_lm__language_model_client_.md diff --git a/output/DSPy/06_rm__retrieval_model_client_.md b/docs/DSPy/06_rm__retrieval_model_client_.md similarity index 100% rename from output/DSPy/06_rm__retrieval_model_client_.md rename to docs/DSPy/06_rm__retrieval_model_client_.md diff --git a/output/DSPy/07_evaluate.md b/docs/DSPy/07_evaluate.md similarity index 100% rename from output/DSPy/07_evaluate.md rename to docs/DSPy/07_evaluate.md diff --git a/output/DSPy/08_teleprompter___optimizer.md b/docs/DSPy/08_teleprompter___optimizer.md similarity index 100% rename from output/DSPy/08_teleprompter___optimizer.md rename to docs/DSPy/08_teleprompter___optimizer.md diff --git a/output/DSPy/09_adapter.md b/docs/DSPy/09_adapter.md similarity index 100% rename from output/DSPy/09_adapter.md rename to docs/DSPy/09_adapter.md diff --git a/output/DSPy/10_settings.md b/docs/DSPy/10_settings.md similarity index 100% rename from output/DSPy/10_settings.md rename to docs/DSPy/10_settings.md diff --git a/output/DSPy/index.md b/docs/DSPy/index.md similarity index 100% rename from output/DSPy/index.md rename to docs/DSPy/index.md diff --git a/output/FastAPI/01_fastapi_application___routing.md b/docs/FastAPI/01_fastapi_application___routing.md similarity index 100% rename from output/FastAPI/01_fastapi_application___routing.md rename to docs/FastAPI/01_fastapi_application___routing.md diff --git a/output/FastAPI/02_path_operations___parameter_declaration.md b/docs/FastAPI/02_path_operations___parameter_declaration.md similarity index 100% rename from output/FastAPI/02_path_operations___parameter_declaration.md rename to docs/FastAPI/02_path_operations___parameter_declaration.md diff --git a/output/FastAPI/03_data_validation___serialization__pydantic_.md b/docs/FastAPI/03_data_validation___serialization__pydantic_.md similarity index 100% rename from output/FastAPI/03_data_validation___serialization__pydantic_.md rename to docs/FastAPI/03_data_validation___serialization__pydantic_.md diff --git a/output/FastAPI/04_openapi___automatic_docs.md b/docs/FastAPI/04_openapi___automatic_docs.md similarity index 100% rename from output/FastAPI/04_openapi___automatic_docs.md rename to docs/FastAPI/04_openapi___automatic_docs.md diff --git a/output/FastAPI/05_dependency_injection.md b/docs/FastAPI/05_dependency_injection.md similarity index 100% rename from output/FastAPI/05_dependency_injection.md rename to docs/FastAPI/05_dependency_injection.md diff --git a/output/FastAPI/06_error_handling.md b/docs/FastAPI/06_error_handling.md similarity index 100% rename from output/FastAPI/06_error_handling.md rename to docs/FastAPI/06_error_handling.md diff --git a/output/FastAPI/07_security_utilities.md b/docs/FastAPI/07_security_utilities.md similarity index 100% rename from output/FastAPI/07_security_utilities.md rename to docs/FastAPI/07_security_utilities.md diff --git a/output/FastAPI/08_background_tasks.md b/docs/FastAPI/08_background_tasks.md similarity index 100% rename from output/FastAPI/08_background_tasks.md rename to docs/FastAPI/08_background_tasks.md diff --git a/output/FastAPI/index.md b/docs/FastAPI/index.md similarity index 100% rename from output/FastAPI/index.md rename to docs/FastAPI/index.md diff --git a/output/Flask/01_application_object___flask__.md b/docs/Flask/01_application_object___flask__.md similarity index 100% rename from output/Flask/01_application_object___flask__.md rename to docs/Flask/01_application_object___flask__.md diff --git a/output/Flask/02_routing_system.md b/docs/Flask/02_routing_system.md similarity index 100% rename from output/Flask/02_routing_system.md rename to docs/Flask/02_routing_system.md diff --git a/output/Flask/03_request_and_response_objects.md b/docs/Flask/03_request_and_response_objects.md similarity index 100% rename from output/Flask/03_request_and_response_objects.md rename to docs/Flask/03_request_and_response_objects.md diff --git a/output/Flask/04_templating__jinja2_integration_.md b/docs/Flask/04_templating__jinja2_integration_.md similarity index 100% rename from output/Flask/04_templating__jinja2_integration_.md rename to docs/Flask/04_templating__jinja2_integration_.md diff --git a/output/Flask/05_context_globals___current_app____request____session____g__.md b/docs/Flask/05_context_globals___current_app____request____session____g__.md similarity index 100% rename from output/Flask/05_context_globals___current_app____request____session____g__.md rename to docs/Flask/05_context_globals___current_app____request____session____g__.md diff --git a/output/Flask/06_configuration___config__.md b/docs/Flask/06_configuration___config__.md similarity index 100% rename from output/Flask/06_configuration___config__.md rename to docs/Flask/06_configuration___config__.md diff --git a/output/Flask/07_application_and_request_contexts.md b/docs/Flask/07_application_and_request_contexts.md similarity index 100% rename from output/Flask/07_application_and_request_contexts.md rename to docs/Flask/07_application_and_request_contexts.md diff --git a/output/Flask/08_blueprints.md b/docs/Flask/08_blueprints.md similarity index 100% rename from output/Flask/08_blueprints.md rename to docs/Flask/08_blueprints.md diff --git a/output/Flask/index.md b/docs/Flask/index.md similarity index 100% rename from output/Flask/index.md rename to docs/Flask/index.md diff --git a/output/LangGraph/01_graph___stategraph.md b/docs/LangGraph/01_graph___stategraph.md similarity index 100% rename from output/LangGraph/01_graph___stategraph.md rename to docs/LangGraph/01_graph___stategraph.md diff --git a/output/LangGraph/02_nodes___pregelnode__.md b/docs/LangGraph/02_nodes___pregelnode__.md similarity index 100% rename from output/LangGraph/02_nodes___pregelnode__.md rename to docs/LangGraph/02_nodes___pregelnode__.md diff --git a/output/LangGraph/03_channels.md b/docs/LangGraph/03_channels.md similarity index 100% rename from output/LangGraph/03_channels.md rename to docs/LangGraph/03_channels.md diff --git a/output/LangGraph/04_control_flow_primitives___branch____send____interrupt__.md b/docs/LangGraph/04_control_flow_primitives___branch____send____interrupt__.md similarity index 100% rename from output/LangGraph/04_control_flow_primitives___branch____send____interrupt__.md rename to docs/LangGraph/04_control_flow_primitives___branch____send____interrupt__.md diff --git a/output/LangGraph/05_pregel_execution_engine.md b/docs/LangGraph/05_pregel_execution_engine.md similarity index 100% rename from output/LangGraph/05_pregel_execution_engine.md rename to docs/LangGraph/05_pregel_execution_engine.md diff --git a/output/LangGraph/06_checkpointer___basecheckpointsaver__.md b/docs/LangGraph/06_checkpointer___basecheckpointsaver__.md similarity index 100% rename from output/LangGraph/06_checkpointer___basecheckpointsaver__.md rename to docs/LangGraph/06_checkpointer___basecheckpointsaver__.md diff --git a/output/LangGraph/index.md b/docs/LangGraph/index.md similarity index 100% rename from output/LangGraph/index.md rename to docs/LangGraph/index.md diff --git a/output/LevelDB/01_table___sstable___tablecache.md b/docs/LevelDB/01_table___sstable___tablecache.md similarity index 100% rename from output/LevelDB/01_table___sstable___tablecache.md rename to docs/LevelDB/01_table___sstable___tablecache.md diff --git a/output/LevelDB/02_memtable.md b/docs/LevelDB/02_memtable.md similarity index 100% rename from output/LevelDB/02_memtable.md rename to docs/LevelDB/02_memtable.md diff --git a/output/LevelDB/03_write_ahead_log__wal____logwriter_logreader.md b/docs/LevelDB/03_write_ahead_log__wal____logwriter_logreader.md similarity index 100% rename from output/LevelDB/03_write_ahead_log__wal____logwriter_logreader.md rename to docs/LevelDB/03_write_ahead_log__wal____logwriter_logreader.md diff --git a/output/LevelDB/04_dbimpl.md b/docs/LevelDB/04_dbimpl.md similarity index 100% rename from output/LevelDB/04_dbimpl.md rename to docs/LevelDB/04_dbimpl.md diff --git a/output/LevelDB/05_writebatch.md b/docs/LevelDB/05_writebatch.md similarity index 100% rename from output/LevelDB/05_writebatch.md rename to docs/LevelDB/05_writebatch.md diff --git a/output/LevelDB/06_version___versionset.md b/docs/LevelDB/06_version___versionset.md similarity index 100% rename from output/LevelDB/06_version___versionset.md rename to docs/LevelDB/06_version___versionset.md diff --git a/output/LevelDB/07_iterator.md b/docs/LevelDB/07_iterator.md similarity index 100% rename from output/LevelDB/07_iterator.md rename to docs/LevelDB/07_iterator.md diff --git a/output/LevelDB/08_compaction.md b/docs/LevelDB/08_compaction.md similarity index 100% rename from output/LevelDB/08_compaction.md rename to docs/LevelDB/08_compaction.md diff --git a/output/LevelDB/09_internalkey___dbformat.md b/docs/LevelDB/09_internalkey___dbformat.md similarity index 100% rename from output/LevelDB/09_internalkey___dbformat.md rename to docs/LevelDB/09_internalkey___dbformat.md diff --git a/output/LevelDB/index.md b/docs/LevelDB/index.md similarity index 100% rename from output/LevelDB/index.md rename to docs/LevelDB/index.md diff --git a/output/MCP Python SDK/01_cli___mcp__command_.md b/docs/MCP Python SDK/01_cli___mcp__command_.md similarity index 100% rename from output/MCP Python SDK/01_cli___mcp__command_.md rename to docs/MCP Python SDK/01_cli___mcp__command_.md diff --git a/output/MCP Python SDK/02_fastmcp_server___fastmcp__.md b/docs/MCP Python SDK/02_fastmcp_server___fastmcp__.md similarity index 100% rename from output/MCP Python SDK/02_fastmcp_server___fastmcp__.md rename to docs/MCP Python SDK/02_fastmcp_server___fastmcp__.md diff --git a/output/MCP Python SDK/03_fastmcp_resources___resource____resourcemanager__.md b/docs/MCP Python SDK/03_fastmcp_resources___resource____resourcemanager__.md similarity index 100% rename from output/MCP Python SDK/03_fastmcp_resources___resource____resourcemanager__.md rename to docs/MCP Python SDK/03_fastmcp_resources___resource____resourcemanager__.md diff --git a/output/MCP Python SDK/04_fastmcp_tools___tool____toolmanager__.md b/docs/MCP Python SDK/04_fastmcp_tools___tool____toolmanager__.md similarity index 100% rename from output/MCP Python SDK/04_fastmcp_tools___tool____toolmanager__.md rename to docs/MCP Python SDK/04_fastmcp_tools___tool____toolmanager__.md diff --git a/output/MCP Python SDK/05_fastmcp_prompts___prompt____promptmanager__.md b/docs/MCP Python SDK/05_fastmcp_prompts___prompt____promptmanager__.md similarity index 100% rename from output/MCP Python SDK/05_fastmcp_prompts___prompt____promptmanager__.md rename to docs/MCP Python SDK/05_fastmcp_prompts___prompt____promptmanager__.md diff --git a/output/MCP Python SDK/06_fastmcp_context___context__.md b/docs/MCP Python SDK/06_fastmcp_context___context__.md similarity index 100% rename from output/MCP Python SDK/06_fastmcp_context___context__.md rename to docs/MCP Python SDK/06_fastmcp_context___context__.md diff --git a/output/MCP Python SDK/07_mcp_protocol_types.md b/docs/MCP Python SDK/07_mcp_protocol_types.md similarity index 100% rename from output/MCP Python SDK/07_mcp_protocol_types.md rename to docs/MCP Python SDK/07_mcp_protocol_types.md diff --git a/output/MCP Python SDK/08_client_server_sessions___clientsession____serversession__.md b/docs/MCP Python SDK/08_client_server_sessions___clientsession____serversession__.md similarity index 100% rename from output/MCP Python SDK/08_client_server_sessions___clientsession____serversession__.md rename to docs/MCP Python SDK/08_client_server_sessions___clientsession____serversession__.md diff --git a/output/MCP Python SDK/09_communication_transports__stdio__sse__websocket__memory_.md b/docs/MCP Python SDK/09_communication_transports__stdio__sse__websocket__memory_.md similarity index 100% rename from output/MCP Python SDK/09_communication_transports__stdio__sse__websocket__memory_.md rename to docs/MCP Python SDK/09_communication_transports__stdio__sse__websocket__memory_.md diff --git a/output/MCP Python SDK/index.md b/docs/MCP Python SDK/index.md similarity index 100% rename from output/MCP Python SDK/index.md rename to docs/MCP Python SDK/index.md diff --git a/output/NumPy Core/01_ndarray__n_dimensional_array_.md b/docs/NumPy Core/01_ndarray__n_dimensional_array_.md similarity index 100% rename from output/NumPy Core/01_ndarray__n_dimensional_array_.md rename to docs/NumPy Core/01_ndarray__n_dimensional_array_.md diff --git a/output/NumPy Core/02_dtype__data_type_object_.md b/docs/NumPy Core/02_dtype__data_type_object_.md similarity index 100% rename from output/NumPy Core/02_dtype__data_type_object_.md rename to docs/NumPy Core/02_dtype__data_type_object_.md diff --git a/output/NumPy Core/03_ufunc__universal_function_.md b/docs/NumPy Core/03_ufunc__universal_function_.md similarity index 100% rename from output/NumPy Core/03_ufunc__universal_function_.md rename to docs/NumPy Core/03_ufunc__universal_function_.md diff --git a/output/NumPy Core/04_numeric_types___numerictypes__.md b/docs/NumPy Core/04_numeric_types___numerictypes__.md similarity index 100% rename from output/NumPy Core/04_numeric_types___numerictypes__.md rename to docs/NumPy Core/04_numeric_types___numerictypes__.md diff --git a/output/NumPy Core/05_array_printing___arrayprint__.md b/docs/NumPy Core/05_array_printing___arrayprint__.md similarity index 100% rename from output/NumPy Core/05_array_printing___arrayprint__.md rename to docs/NumPy Core/05_array_printing___arrayprint__.md diff --git a/output/NumPy Core/06_multiarray_module.md b/docs/NumPy Core/06_multiarray_module.md similarity index 100% rename from output/NumPy Core/06_multiarray_module.md rename to docs/NumPy Core/06_multiarray_module.md diff --git a/output/NumPy Core/07_umath_module.md b/docs/NumPy Core/07_umath_module.md similarity index 100% rename from output/NumPy Core/07_umath_module.md rename to docs/NumPy Core/07_umath_module.md diff --git a/output/NumPy Core/08___array_function___protocol___overrides___overrides__.md b/docs/NumPy Core/08___array_function___protocol___overrides___overrides__.md similarity index 100% rename from output/NumPy Core/08___array_function___protocol___overrides___overrides__.md rename to docs/NumPy Core/08___array_function___protocol___overrides___overrides__.md diff --git a/output/NumPy Core/index.md b/docs/NumPy Core/index.md similarity index 100% rename from output/NumPy Core/index.md rename to docs/NumPy Core/index.md diff --git a/output/OpenManus/01_llm.md b/docs/OpenManus/01_llm.md similarity index 100% rename from output/OpenManus/01_llm.md rename to docs/OpenManus/01_llm.md diff --git a/output/OpenManus/02_message___memory.md b/docs/OpenManus/02_message___memory.md similarity index 100% rename from output/OpenManus/02_message___memory.md rename to docs/OpenManus/02_message___memory.md diff --git a/output/OpenManus/03_baseagent.md b/docs/OpenManus/03_baseagent.md similarity index 100% rename from output/OpenManus/03_baseagent.md rename to docs/OpenManus/03_baseagent.md diff --git a/output/OpenManus/04_tool___toolcollection.md b/docs/OpenManus/04_tool___toolcollection.md similarity index 100% rename from output/OpenManus/04_tool___toolcollection.md rename to docs/OpenManus/04_tool___toolcollection.md diff --git a/output/OpenManus/05_baseflow.md b/docs/OpenManus/05_baseflow.md similarity index 100% rename from output/OpenManus/05_baseflow.md rename to docs/OpenManus/05_baseflow.md diff --git a/output/OpenManus/06_schema.md b/docs/OpenManus/06_schema.md similarity index 100% rename from output/OpenManus/06_schema.md rename to docs/OpenManus/06_schema.md diff --git a/output/OpenManus/07_configuration__config_.md b/docs/OpenManus/07_configuration__config_.md similarity index 100% rename from output/OpenManus/07_configuration__config_.md rename to docs/OpenManus/07_configuration__config_.md diff --git a/output/OpenManus/08_dockersandbox.md b/docs/OpenManus/08_dockersandbox.md similarity index 100% rename from output/OpenManus/08_dockersandbox.md rename to docs/OpenManus/08_dockersandbox.md diff --git a/output/OpenManus/09_mcp__model_context_protocol_.md b/docs/OpenManus/09_mcp__model_context_protocol_.md similarity index 100% rename from output/OpenManus/09_mcp__model_context_protocol_.md rename to docs/OpenManus/09_mcp__model_context_protocol_.md diff --git a/output/OpenManus/index.md b/docs/OpenManus/index.md similarity index 100% rename from output/OpenManus/index.md rename to docs/OpenManus/index.md diff --git a/output/Pydantic Core/01_basemodel.md b/docs/Pydantic Core/01_basemodel.md similarity index 100% rename from output/Pydantic Core/01_basemodel.md rename to docs/Pydantic Core/01_basemodel.md diff --git a/output/Pydantic Core/02_fields__fieldinfo___field_function_.md b/docs/Pydantic Core/02_fields__fieldinfo___field_function_.md similarity index 100% rename from output/Pydantic Core/02_fields__fieldinfo___field_function_.md rename to docs/Pydantic Core/02_fields__fieldinfo___field_function_.md diff --git a/output/Pydantic Core/03_configuration__configdict___configwrapper_.md b/docs/Pydantic Core/03_configuration__configdict___configwrapper_.md similarity index 100% rename from output/Pydantic Core/03_configuration__configdict___configwrapper_.md rename to docs/Pydantic Core/03_configuration__configdict___configwrapper_.md diff --git a/output/Pydantic Core/04_custom_logic__decorators___annotated_helpers_.md b/docs/Pydantic Core/04_custom_logic__decorators___annotated_helpers_.md similarity index 100% rename from output/Pydantic Core/04_custom_logic__decorators___annotated_helpers_.md rename to docs/Pydantic Core/04_custom_logic__decorators___annotated_helpers_.md diff --git a/output/Pydantic Core/05_core_schema___validation_serialization.md b/docs/Pydantic Core/05_core_schema___validation_serialization.md similarity index 100% rename from output/Pydantic Core/05_core_schema___validation_serialization.md rename to docs/Pydantic Core/05_core_schema___validation_serialization.md diff --git a/output/Pydantic Core/06_typeadapter.md b/docs/Pydantic Core/06_typeadapter.md similarity index 100% rename from output/Pydantic Core/06_typeadapter.md rename to docs/Pydantic Core/06_typeadapter.md diff --git a/output/Pydantic Core/index.md b/docs/Pydantic Core/index.md similarity index 100% rename from output/Pydantic Core/index.md rename to docs/Pydantic Core/index.md diff --git a/output/Requests/01_functional_api.md b/docs/Requests/01_functional_api.md similarity index 100% rename from output/Requests/01_functional_api.md rename to docs/Requests/01_functional_api.md diff --git a/output/Requests/02_request___response_models.md b/docs/Requests/02_request___response_models.md similarity index 100% rename from output/Requests/02_request___response_models.md rename to docs/Requests/02_request___response_models.md diff --git a/output/Requests/03_session.md b/docs/Requests/03_session.md similarity index 100% rename from output/Requests/03_session.md rename to docs/Requests/03_session.md diff --git a/output/Requests/04_cookie_jar.md b/docs/Requests/04_cookie_jar.md similarity index 100% rename from output/Requests/04_cookie_jar.md rename to docs/Requests/04_cookie_jar.md diff --git a/output/Requests/05_authentication_handlers.md b/docs/Requests/05_authentication_handlers.md similarity index 100% rename from output/Requests/05_authentication_handlers.md rename to docs/Requests/05_authentication_handlers.md diff --git a/output/Requests/06_exception_hierarchy.md b/docs/Requests/06_exception_hierarchy.md similarity index 100% rename from output/Requests/06_exception_hierarchy.md rename to docs/Requests/06_exception_hierarchy.md diff --git a/output/Requests/07_transport_adapters.md b/docs/Requests/07_transport_adapters.md similarity index 100% rename from output/Requests/07_transport_adapters.md rename to docs/Requests/07_transport_adapters.md diff --git a/output/Requests/08_hook_system.md b/docs/Requests/08_hook_system.md similarity index 100% rename from output/Requests/08_hook_system.md rename to docs/Requests/08_hook_system.md diff --git a/output/Requests/index.md b/docs/Requests/index.md similarity index 100% rename from output/Requests/index.md rename to docs/Requests/index.md diff --git a/output/SmolaAgents/01_multistepagent.md b/docs/SmolaAgents/01_multistepagent.md similarity index 100% rename from output/SmolaAgents/01_multistepagent.md rename to docs/SmolaAgents/01_multistepagent.md diff --git a/output/SmolaAgents/02_model_interface.md b/docs/SmolaAgents/02_model_interface.md similarity index 100% rename from output/SmolaAgents/02_model_interface.md rename to docs/SmolaAgents/02_model_interface.md diff --git a/output/SmolaAgents/03_tool.md b/docs/SmolaAgents/03_tool.md similarity index 100% rename from output/SmolaAgents/03_tool.md rename to docs/SmolaAgents/03_tool.md diff --git a/output/SmolaAgents/04_agentmemory.md b/docs/SmolaAgents/04_agentmemory.md similarity index 100% rename from output/SmolaAgents/04_agentmemory.md rename to docs/SmolaAgents/04_agentmemory.md diff --git a/output/SmolaAgents/05_prompttemplates.md b/docs/SmolaAgents/05_prompttemplates.md similarity index 100% rename from output/SmolaAgents/05_prompttemplates.md rename to docs/SmolaAgents/05_prompttemplates.md diff --git a/output/SmolaAgents/06_pythonexecutor.md b/docs/SmolaAgents/06_pythonexecutor.md similarity index 100% rename from output/SmolaAgents/06_pythonexecutor.md rename to docs/SmolaAgents/06_pythonexecutor.md diff --git a/output/SmolaAgents/07_agenttype.md b/docs/SmolaAgents/07_agenttype.md similarity index 100% rename from output/SmolaAgents/07_agenttype.md rename to docs/SmolaAgents/07_agenttype.md diff --git a/output/SmolaAgents/08_agentlogger___monitor.md b/docs/SmolaAgents/08_agentlogger___monitor.md similarity index 100% rename from output/SmolaAgents/08_agentlogger___monitor.md rename to docs/SmolaAgents/08_agentlogger___monitor.md diff --git a/output/SmolaAgents/index.md b/docs/SmolaAgents/index.md similarity index 100% rename from output/SmolaAgents/index.md rename to docs/SmolaAgents/index.md diff --git a/output/_config.yml b/docs/_config.yml similarity index 100% rename from output/_config.yml rename to docs/_config.yml diff --git a/output/index.md b/docs/index.md similarity index 100% rename from output/index.md rename to docs/index.md