Index _ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | R | S | T | U | V | W | X _ __aenter__() (evofabric.core.tool.McpSessionController method) (evofabric.core.tool.McpToolManager method) __aexit__() (evofabric.core.tool.McpSessionController method) (evofabric.core.tool.McpToolManager method) __bool__() (evofabric.core.graph.StreamCtx method) __call__() (evofabric.app.rethinker.AsyncNodeWithCacheAndConcurrencyLimit method) (evofabric.app.rethinker.CodingAgent method) (evofabric.app.rethinker.DispatchNode method) (evofabric.core.agent.AgentNode method) (evofabric.core.agent.UserNode method) (evofabric.core.graph.AsyncNode method) (evofabric.core.graph.AsyncStreamNode method) (evofabric.core.graph.GraphNodeSpec method) (evofabric.core.graph.SyncNode method) (evofabric.core.graph.SyncStreamNode method) (evofabric.core.tool.BaseTool method) __get_pydantic_core_schema__() (evofabric.core.factory.FactoryTypeAdapter method) __repr__() (evofabric.core.graph.StreamCtx method) _append_messages() (in module evofabric.core.graph) _overwrite_state_update_strategy() (in module evofabric.core.graph) _run() (evofabric.app.rethinker.AsyncNodeWithCacheAndConcurrencyLimit method) (evofabric.app.rethinker.ConfidenceGuideSelectNode method) (evofabric.app.rethinker.CriticWithRethinkNode method) (evofabric.app.rethinker.GuidedSummaryNode method) (evofabric.app.rethinker.SolutionWithReThinkNode method) _run_session_loop() (evofabric.core.tool.McpSessionController method) A activate_tool() (evofabric.core.tool.ToolController method) add_agent() (evofabric.core.multi_agent.Swarm method) add_callable_tools() (evofabric.core.tool.ToolManager method) add_condition_edge() (evofabric.core.graph.GraphBuilder method) add_edge() (evofabric.core.graph.GraphBuilder method) add_mcp_servers() (evofabric.core.tool.McpToolManager method) add_messages() (evofabric.core.mem.ChatMem method) (evofabric.core.mem.MemBase method) (evofabric.core.mem.RetrievalMem method) (evofabric.core.mem.TaskMem method) add_node() (evofabric.core.graph.GraphBuilder method) add_python_file_tools() (evofabric.core.tool.ToolManager method) add_texts() (evofabric.core.mem.RetrievalMem method) (evofabric.core.vectorstore.ChromaDB method) (evofabric.core.vectorstore.DBBase method) aembed_documents() (evofabric.core.clients.EmbedClientBase method) (evofabric.core.clients.OpenAIEmbedClient method) (evofabric.core.clients.SentenceTransformerEmbed method) aembed_query() (evofabric.core.clients.EmbedClientBase method) (evofabric.core.clients.OpenAIEmbedClient method) (evofabric.core.clients.SentenceTransformerEmbed method) agent (evofabric.app.rethinker.AsyncNodeWithCacheAndConcurrencyLimit attribute) agent_logs (evofabric.app.rethinker.CodingAgentResult attribute) AgentNode (class in evofabric.core.agent) answer_condition (evofabric.app.rethinker.SolutionConfig attribute) answer_pattern (evofabric.app.rethinker.CodingAgent attribute) api_key (evofabric.app.rethinker.LLMConfig attribute) AssistantMessage (class in evofabric.core.typing) AsyncNode (class in evofabric.core.graph) AsyncNodeWithCacheAndConcurrencyLimit (class in evofabric.app.rethinker) AsyncStreamNode (class in evofabric.core.graph) B base_url (evofabric.app.rethinker.LLMConfig attribute) BaseBenchmarkEvaluator (class in evofabric.app.rethinker) BaseComponent (class in evofabric.core.factory) BaseEvaluator (class in evofabric.app.kernel_evolve) BaseTool (class in evofabric.core.tool) build() (evofabric.core.graph.GraphBuilder method) (evofabric.core.multi_agent.Swarm method) build_rethinker_graph() (in module evofabric.app.rethinker) C cache_dir_key (evofabric.app.rethinker.AsyncNodeWithCacheAndConcurrencyLimit attribute) call_tools() (evofabric.core.tool.McpToolManager method) (evofabric.core.tool.ToolManager method) (evofabric.core.tool.ToolManagerBase method) callable_to_node() (in module evofabric.core.graph) cast_edge() (in module evofabric.core.graph) cast_state_message() (in module evofabric.core.typing) change_output() (evofabric.core.graph.GraphEngineDebugger method) chat_template (evofabric.app.rethinker.CodingAgent attribute) (evofabric.app.rethinker.SolutionConfig attribute) ChatClientBase (class in evofabric.core.clients) ChatMem (class in evofabric.core.mem) ChatStreamChunk (class in evofabric.core.typing) ChatUsage (class in evofabric.core.typing) check_tool_status() (evofabric.core.tool.ToolController method) ChromaDB (class in evofabric.core.vectorstore) clear() (evofabric.core.mem.ChatMem method) (evofabric.core.mem.MemBase method) (evofabric.core.mem.RetrievalMem method) (evofabric.core.mem.TaskMem method) clear_all_breakpoint() (evofabric.core.graph.GraphEngineDebugger method) clear_breakpoint() (evofabric.core.graph.GraphEngineDebugger method) clear_db() (evofabric.core.vectorstore.ChromaDB method) (evofabric.core.vectorstore.DBBase method) client (evofabric.app.rethinker.CodingAgent attribute) (evofabric.app.rethinker.GuidedSummaryNode attribute) client_responses (evofabric.app.rethinker.CodingAgentResult attribute) CodeExecDockerConfig (class in evofabric.core.typing) CodeSandbox (class in evofabric.core.tool) CodingAgent (class in evofabric.app.rethinker) CodingAgentResult (class in evofabric.app.rethinker) ComponentFactory (class in evofabric.core.factory) ConditionEdgeSpec (class in evofabric.core.graph) ConfidenceGuideSelectNode (class in evofabric.app.rethinker) Config (class in evofabric.app.rethinker) config (in module evofabric.app.rethinker) connect() (evofabric.core.tool.McpSessionController method) (evofabric.core.tool.McpToolManager method) create() (evofabric.core.clients.ChatClientBase method) (evofabric.core.clients.OpenAIChatClient method) (evofabric.core.clients.PanguClient method) (evofabric.core.factory.ComponentFactory method) create_client_kwargs() (evofabric.app.rethinker.LLMConfig method) create_inference_kwargs() (evofabric.app.rethinker.LLMConfig method) create_on_stream() (evofabric.core.clients.ChatClientBase method) (evofabric.core.clients.OpenAIChatClient method) (evofabric.core.clients.PanguClient method) critic_model (evofabric.app.rethinker.SolutionConfig attribute) critic_twice_user_prompt (evofabric.app.rethinker.PromptConfig attribute) critic_user_prompt (evofabric.app.rethinker.PromptConfig attribute) CriticWithRethinkNode (class in evofabric.app.rethinker) csb_token (evofabric.app.rethinker.LLMConfig attribute) ctx (evofabric.app.rethinker.CodingAgentResult attribute) current_ctx() (in module evofabric.core.graph) D data_file (evofabric.app.rethinker.BaseBenchmarkEvaluator attribute) DBBase (class in evofabric.core.vectorstore) DBItem (class in evofabric.core.typing) deactivate_tool() (evofabric.core.tool.ToolController method) debug() (evofabric.core.graph.GraphEngineDebugger method) deep_dump() (in module evofabric.core.factory) delete_by_ids() (evofabric.core.vectorstore.ChromaDB method) (evofabric.core.vectorstore.DBBase method) delete_mcp_servers() (evofabric.core.tool.McpToolManager method) delete_tools() (evofabric.core.tool.ToolManager method) deserialize() (evofabric.core.factory.FunctionSerializerCloudPickle method) (evofabric.core.factory.FunctionSerializerProto method) disconnect() (evofabric.core.tool.McpSessionController method) (evofabric.core.tool.McpToolManager method) DispatchNode (class in evofabric.app.rethinker) download_and_read_pdf() (in module evofabric.app.rethinker) draw_graph() (evofabric.core.graph.GraphEngine method) dump() (evofabric.core.graph.GraphBuilder method) dump_schema_annotated_info() (in module evofabric.core.factory) dump_state() (evofabric.core.tool.BaseTool method) (evofabric.core.tool.ToolManager method) dump_yaml() (evofabric.app.sop2workflow.WorkflowGeneratorBase method) dumps() (evofabric.core.graph.GraphBuilder method) E EdgeSpec (class in evofabric.core.graph) EdgeSpecBase (class in evofabric.core.graph) embed_documents() (evofabric.core.clients.EmbedClientBase method) (evofabric.core.clients.OpenAIEmbedClient method) (evofabric.core.clients.SentenceTransformerEmbed method) embed_query() (evofabric.core.clients.EmbedClientBase method) (evofabric.core.clients.OpenAIEmbedClient method) (evofabric.core.clients.SentenceTransformerEmbed method) EmbedClientBase (class in evofabric.core.clients) EmbedResponse (class in evofabric.core.typing) EmbedUsage (class in evofabric.core.typing) eval_llm (evofabric.app.rethinker.BaseBenchmarkEvaluator attribute) evaluate() (evofabric.app.kernel_evolve.BaseEvaluator method) (evofabric.app.kernel_evolve.GPUEvaluator method) evaluate_item() (evofabric.app.rethinker.BaseBenchmarkEvaluator method) (evofabric.app.rethinker.GaiaEvaluator method) (evofabric.app.rethinker.HLEEvaluator method) (evofabric.app.rethinker.XBenchEvaluator method) evofabric.app.kernel_evolve module evofabric.app.rethinker module evofabric.app.sop2workflow module evofabric.core.agent module evofabric.core.clients module evofabric.core.factory module evofabric.core.graph module evofabric.core.mem module evofabric.core.multi_agent module evofabric.core.tool module evofabric.core.typing module evofabric.core.vectorstore module evofabric.logger module evofabric.plugin_manager module evolve() (evofabric.app.kernel_evolve.KernelEvolve method) execute_python_code() (in module evofabric.app.rethinker) exp (evofabric.app.rethinker.Config property) (evofabric.app.rethinker.GraphConfig attribute) exp_name (evofabric.app.rethinker.ExpConfig attribute) ExpConfig (class in evofabric.app.rethinker) extra_body (evofabric.app.rethinker.LLMConfig attribute) extract_text_between() (in module evofabric.app.sop2workflow) F FactoryTypeAdapter (class in evofabric.core.factory) fast_think (evofabric.app.rethinker.FastSlowThinkOpenAIChatClient attribute) (evofabric.app.rethinker.LLMConfig attribute) FastSlowThinkOpenAIChatClient (class in evofabric.app.rethinker) fill_defaults() (in module evofabric.core.factory) filter() (evofabric.core.graph.StateCkpt method) filter_tool_list() (evofabric.core.tool.ToolController method) find_tools() (evofabric.core.tool.ToolManager method) FlagRerankModel (class in evofabric.core.clients) force_finish_prompt_candidates (evofabric.app.rethinker.CodingAgent attribute) from_callable() (evofabric.core.tool.BaseTool method) Function (class in evofabric.core.typing) FunctionSerializerCloudPickle (class in evofabric.core.factory) FunctionSerializerProto (class in evofabric.core.factory) G GaiaEvaluator (class in evofabric.app.rethinker) generate() (evofabric.app.sop2workflow.WorkflowGenerator method) (evofabric.app.sop2workflow.WorkflowGeneratorBase method) generate_condition_router_function_call() (in module evofabric.app.sop2workflow) generate_state_schema() (in module evofabric.core.graph) generate_stop_condition() (in module evofabric.app.rethinker) generation_time (evofabric.app.rethinker.CodingAgentResult attribute) get() (evofabric.core.graph.StateUpdater method) get_agent() (in module evofabric.app.rethinker) get_client() (in module evofabric.app.rethinker) get_collection_info() (evofabric.core.vectorstore.ChromaDB method) (evofabric.core.vectorstore.VectorDB method) get_dispatch_filter() (in module evofabric.app.rethinker) get_func_serializer() (in module evofabric.core.factory) get_logger() (in module evofabric.logger) get_mcp_status() (evofabric.core.tool.McpToolManager method) get_possible_targets() (evofabric.core.graph.ConditionEdgeSpec method) (evofabric.core.graph.EdgeSpec method) (evofabric.core.graph.EdgeSpecBase method) get_prompt() (evofabric.core.tool.McpToolManager method) get_semaphore() (evofabric.app.rethinker.Config method) get_stream_writer() (in module evofabric.core.graph) get_targets() (evofabric.core.graph.ConditionEdgeSpec method) (evofabric.core.graph.EdgeSpec method) (evofabric.core.graph.EdgeSpecBase method) get_tool_controller() (evofabric.core.tool.McpToolManager method) get_tool_schema() (evofabric.core.tool.BaseTool method) get_vector_count() (evofabric.core.vectorstore.ChromaDB method) (evofabric.core.vectorstore.VectorDB method) GPUEvaluator (class in evofabric.app.kernel_evolve) graph (evofabric.app.rethinker.Config property) GraphBuilder (class in evofabric.core.graph) GraphConfig (class in evofabric.app.rethinker) GraphDescription (class in evofabric.app.sop2workflow) GraphDespEdge (class in evofabric.app.sop2workflow) GraphDespNode (class in evofabric.app.sop2workflow) GraphEngine (class in evofabric.core.graph) GraphEngineDebugger (class in evofabric.core.graph) GraphMode (class in evofabric.core.typing) GraphNodeSpec (class in evofabric.core.graph) guided_summary_prompt (evofabric.app.rethinker.PromptConfig attribute) GuidedSummaryNode (class in evofabric.app.rethinker) H HLEEvaluator (class in evofabric.app.rethinker) http_client_kwargs (evofabric.app.rethinker.LLMConfig attribute) I init_plugins() (in module evofabric.plugin_manager) input_file_path (evofabric.app.rethinker.ExpConfig attribute) input_key (evofabric.app.rethinker.ConfidenceGuideSelectNode attribute) (evofabric.app.rethinker.CriticWithRethinkNode attribute) (evofabric.app.rethinker.GuidedSummaryNode attribute) (in module evofabric.core.agent) is_active() (evofabric.core.graph.GraphNodeSpec method) is_basemodel() (in module evofabric.core.factory) is_connect (evofabric.core.tool.McpSessionController property) is_dataclass() (in module evofabric.core.factory) is_end_node() (evofabric.core.typing.SpecialNode method) is_registered() (evofabric.core.factory.ComponentFactory method) is_special_node() (evofabric.core.typing.SpecialNode method) is_start_node() (evofabric.core.typing.SpecialNode method) is_typeddict() (in module evofabric.core.factory) J jina_api_key (evofabric.app.rethinker.WebParserConfig attribute) K KernelEvolve (class in evofabric.app.kernel_evolve) L last_round (evofabric.app.rethinker.CriticWithRethinkNode attribute) (evofabric.app.rethinker.SolutionWithReThinkNode attribute) list_ele_overwrite() (in module evofabric.app.rethinker) list_prompts() (evofabric.core.tool.McpToolManager method) list_resource_templates() (evofabric.core.tool.McpToolManager method) list_resources() (evofabric.core.tool.McpToolManager method) list_strategies() (evofabric.core.graph.StateUpdater method) list_tools() (evofabric.core.tool.McpToolManager method) (evofabric.core.tool.ToolManager method) (evofabric.core.tool.ToolManagerBase method) llm_input_max_char (evofabric.app.rethinker.WebParserConfig attribute) llm_resources (evofabric.app.rethinker.Config property) (evofabric.app.rethinker.GraphConfig attribute) LLMChatResponse (class in evofabric.core.typing) LLMConfig (class in evofabric.app.kernel_evolve) (class in evofabric.app.rethinker) load() (evofabric.app.rethinker.Config method) (evofabric.core.graph.GraphBuilder method) load_plugins() (in module evofabric.plugin_manager) load_schema_annotated_info() (in module evofabric.core.factory) load_state() (evofabric.core.tool.BaseTool method) (evofabric.core.tool.ToolManager method) (evofabric.core.tool.ToolManagerBase method) load_yaml() (evofabric.app.sop2workflow.WorkflowGeneratorBase method) loads() (evofabric.app.rethinker.Config method) (evofabric.core.graph.GraphBuilder method) M materialize() (evofabric.core.graph.StateCkpt method) max_agent_step (evofabric.app.rethinker.CodingAgent attribute) (evofabric.app.rethinker.SolutionConfig attribute) max_char (evofabric.app.rethinker.BaseBenchmarkEvaluator attribute) max_completion_tokens (evofabric.app.rethinker.BaseBenchmarkEvaluator attribute) max_empty_response (evofabric.app.rethinker.CodingAgent attribute) (evofabric.app.rethinker.SolutionConfig attribute) max_node_thread_limit (evofabric.app.rethinker.ExpConfig attribute) max_question_thread_limit (evofabric.app.rethinker.ExpConfig attribute) max_retries (evofabric.app.rethinker.LLMConfig attribute) max_tokens (evofabric.app.rethinker.LLMConfig attribute) max_workers (evofabric.app.rethinker.BaseBenchmarkEvaluator attribute) MCPConfig (class in evofabric.core.typing) McpServerLink (class in evofabric.core.typing) McpSessionController (class in evofabric.core.tool) McpToolManager (class in evofabric.core.tool) MemBase (class in evofabric.core.mem) merge() (evofabric.core.graph.StateCkpt method) merge_state() (evofabric.core.graph.StateCkpt method) Metrics (class in evofabric.app.kernel_evolve) model (evofabric.app.rethinker.WebParserConfig attribute) model_name (evofabric.app.rethinker.LLMConfig attribute) model_post_init() (evofabric.app.rethinker.BaseBenchmarkEvaluator method) (evofabric.core.clients.FlagRerankModel method) (evofabric.core.clients.OpenAIEmbedClient method) (evofabric.core.clients.SentenceTransformerEmbed method) (evofabric.core.graph.GraphEngineDebugger method) (evofabric.core.tool.BaseTool method) (evofabric.core.tool.ToolManager method) (evofabric.core.vectorstore.ChromaDB method) module evofabric.app.kernel_evolve evofabric.app.rethinker evofabric.app.sop2workflow evofabric.core.agent evofabric.core.clients evofabric.core.factory evofabric.core.graph evofabric.core.mem evofabric.core.multi_agent evofabric.core.tool evofabric.core.typing evofabric.core.vectorstore evofabric.logger evofabric.plugin_manager N NodeActionMode (class in evofabric.core.typing) NodeBase (class in evofabric.core.graph) num_critic_iteration (evofabric.app.rethinker.StructureConfig attribute) num_parallel (evofabric.app.rethinker.StructureConfig attribute) num_solution_iteration (evofabric.app.rethinker.StructureConfig attribute) O OpenAIChatClient (class in evofabric.core.clients) OpenAIEmbedClient (class in evofabric.core.clients) output_key (evofabric.app.rethinker.ConfidenceGuideSelectNode attribute) (evofabric.app.rethinker.CriticWithRethinkNode attribute) (evofabric.app.rethinker.GuidedSummaryNode attribute) (evofabric.app.rethinker.SolutionWithReThinkNode attribute) output_logp (evofabric.app.rethinker.LLMConfig attribute) output_root (evofabric.app.rethinker.ExpConfig attribute) P PanguClient (class in evofabric.core.clients) parse_callable_schema() (in module evofabric.core.tool) persist() (evofabric.core.vectorstore.ChromaDB method) (evofabric.core.vectorstore.DBBase method) PluginTypeDict (in module evofabric.plugin_manager) prompt_message (in module evofabric.core.agent) PromptConfig (class in evofabric.app.rethinker) PromptRequest (class in evofabric.core.typing) prompts (evofabric.app.rethinker.Config property) (evofabric.app.rethinker.GraphConfig attribute) put() (evofabric.core.graph.StreamWriter method) py_exec_handler (evofabric.app.rethinker.CodingAgent attribute) R rank() (evofabric.core.clients.FlagRerankModel method) (evofabric.core.clients.RerankClientBase method) read_resource() (evofabric.core.tool.McpToolManager method) register() (evofabric.core.factory.ComponentFactory method) (evofabric.core.graph.StateUpdater method) register_deserialize_modules() (in module evofabric.core.factory) registered() (evofabric.core.graph.StateUpdater method) remove_agent() (evofabric.core.multi_agent.Swarm method) repeat_prompt (evofabric.app.rethinker.ConfidenceGuideSelectNode attribute) repeat_prompt() (in module evofabric.app.rethinker) RerankClientBase (class in evofabric.core.clients) Reranking (class in evofabric.core.typing) RerankResponse (class in evofabric.core.typing) reset() (evofabric.core.graph.GraphEngineDebugger method) (evofabric.core.tool.ToolManagerBase method) ResourceRequest (class in evofabric.core.typing) response (evofabric.app.rethinker.CodingAgentResult attribute) restore_step() (evofabric.core.graph.GraphEngineDebugger method) result_extractor (evofabric.app.rethinker.BaseBenchmarkEvaluator attribute) result_root (evofabric.app.rethinker.BaseBenchmarkEvaluator attribute) resume() (evofabric.core.graph.GraphEngineDebugger method) retries (evofabric.app.rethinker.WebSearchConfig attribute) retrieval_update() (evofabric.core.mem.ChatMem method) (evofabric.core.mem.MemBase method) (evofabric.core.mem.RetrievalMem method) (evofabric.core.mem.TaskMem method) RetrievalMem (class in evofabric.core.mem) run() (evofabric.app.rethinker.BaseBenchmarkEvaluator method) (evofabric.core.graph.GraphEngine method) run_cmd() (evofabric.core.tool.CodeSandbox method) run_one_step() (evofabric.core.graph.GraphEngineDebugger method) run_python() (evofabric.core.tool.CodeSandbox method) run_rethinker_graph() (in module evofabric.app.rethinker) RunTimeTask (class in evofabric.core.graph) S safe_convert_to_schema() (in module evofabric.core.factory) safe_get_attr() (in module evofabric.core.factory) safe_set_attr() (in module evofabric.core.factory) save_path (evofabric.app.rethinker.BaseBenchmarkEvaluator attribute) save_state() (evofabric.core.tool.ToolManager method) (evofabric.core.tool.ToolManagerBase method) SearchResult (class in evofabric.core.typing) selection_condition (evofabric.app.rethinker.SolutionConfig attribute) selector_iteration (evofabric.app.rethinker.SolutionConfig attribute) selector_iteration_user_prompt (evofabric.app.rethinker.PromptConfig attribute) selector_model (evofabric.app.rethinker.SolutionConfig attribute) selector_user_prompt (evofabric.app.rethinker.PromptConfig attribute) SentenceTransformerEmbed (class in evofabric.core.clients) serialize() (evofabric.core.factory.FunctionSerializerCloudPickle method) (evofabric.core.factory.FunctionSerializerProto method) serper_api_key (evofabric.app.rethinker.WebSearchConfig attribute) session (evofabric.core.tool.McpSessionController property) set_breakpoint() (evofabric.core.graph.GraphEngineDebugger method) set_entry_point() (evofabric.core.graph.GraphBuilder method) set_func_serializer() (in module evofabric.core.factory) set_logger() (in module evofabric.logger) set_streaming_handler() (in module evofabric.core.graph) set_tool_controller() (evofabric.core.tool.McpToolManager method) show_url_content_max_char (evofabric.app.rethinker.WebParserConfig attribute) similarity_search() (evofabric.core.vectorstore.ChromaDB method) (evofabric.core.vectorstore.DBBase method) solution (evofabric.app.rethinker.Config property) (evofabric.app.rethinker.GraphConfig attribute) SolutionConfig (class in evofabric.app.rethinker) SolutionWithReThinkNode (class in evofabric.app.rethinker) solver_model (evofabric.app.rethinker.SolutionConfig attribute) solver_twice_user_prompt (evofabric.app.rethinker.PromptConfig attribute) solver_user_prompt (evofabric.app.rethinker.PromptConfig attribute) SopBreakdownGraphDesp (class in evofabric.app.sop2workflow) SopBreakdownNodeDesp (class in evofabric.app.sop2workflow) SpecialNode (class in evofabric.core.typing) SseLink (class in evofabric.core.typing) ssl_verify (evofabric.app.rethinker.WebParserConfig attribute) (evofabric.app.rethinker.WebSearchConfig attribute) start() (evofabric.core.tool.CodeSandbox method) (evofabric.core.tool.ToolManagerBase method) StateBaseMessage (class in evofabric.core.typing) StateCkpt (class in evofabric.core.graph) StateMessage (class in evofabric.core.typing) StateSchemaSerializable (class in evofabric.core.factory) StateUpdater (class in evofabric.core.graph) StdioLink (class in evofabric.core.typing) step_over() (evofabric.core.graph.GraphEngineDebugger method) stop() (evofabric.core.tool.CodeSandbox method) (evofabric.core.tool.ToolManagerBase method) stop_condition (evofabric.app.rethinker.LLMConfig attribute) (evofabric.app.rethinker.SolutionConfig attribute) stream (evofabric.app.rethinker.LLMConfig attribute) stream_writer_env() (in module evofabric.core.graph) StreamableHttpLink (class in evofabric.core.typing) StreamCtx (class in evofabric.core.graph) StreamWriter (class in evofabric.core.graph) strip_annotated() (in module evofabric.core.factory) structure (evofabric.app.rethinker.Config property) (evofabric.app.rethinker.GraphConfig attribute) StructureConfig (class in evofabric.app.rethinker) summary_model (evofabric.app.rethinker.SolutionConfig attribute) Swarm (class in evofabric.core.multi_agent) SyncNode (class in evofabric.core.graph) SyncStreamNode (class in evofabric.core.graph) SystemMessage (class in evofabric.core.typing) T TaskMem (class in evofabric.core.mem) temperature (evofabric.app.rethinker.LLMConfig attribute) timeout (evofabric.app.rethinker.LLMConfig attribute) (evofabric.app.rethinker.WebParserConfig attribute) (evofabric.app.rethinker.WebSearchConfig attribute) to_full_instruction() (evofabric.app.sop2workflow.SopBreakdownNodeDesp method) tool_content_pattern (evofabric.app.rethinker.CodingAgent attribute) tool_timeout (evofabric.app.rethinker.CodingAgent attribute) (evofabric.app.rethinker.SolutionConfig attribute) ToolCall (class in evofabric.core.typing) ToolCallResult (class in evofabric.core.typing) ToolController (class in evofabric.core.tool) ToolInnerState (class in evofabric.core.typing) ToolManager (class in evofabric.core.tool) ToolManagerBase (class in evofabric.core.tool) ToolManagerState (class in evofabric.core.typing) ToolMessage (class in evofabric.core.typing) top_p (evofabric.app.rethinker.LLMConfig attribute) total_steps (evofabric.app.rethinker.CodingAgentResult attribute) U update_tools() (evofabric.core.tool.ToolManager method) use_jina (evofabric.app.rethinker.WebParserConfig attribute) user_feedback_router() (in module evofabric.app.sop2workflow) UserMessage (class in evofabric.core.typing) UserNode (class in evofabric.core.agent) V VectorDB (class in evofabric.core.vectorstore) W web_parse() (in module evofabric.app.rethinker) web_parser (evofabric.app.rethinker.Config property) (evofabric.app.rethinker.GraphConfig attribute) web_parser_html (evofabric.app.rethinker.PromptConfig attribute) web_parser_pdf (evofabric.app.rethinker.PromptConfig attribute) web_search (evofabric.app.rethinker.Config property) (evofabric.app.rethinker.GraphConfig attribute) web_search() (in module evofabric.app.rethinker) WebParserConfig (class in evofabric.app.rethinker) WebSearchConfig (class in evofabric.app.rethinker) WorkflowGenerator (class in evofabric.app.sop2workflow) WorkflowGeneratorBase (class in evofabric.app.sop2workflow) X XBenchEvaluator (class in evofabric.app.rethinker)