MCPcopy Create free account

hub / github.com/crewAIInc/crewAI / functions

Functions13,282 in github.com/crewAIInc/crewAI

↓ 3 callersMethodassert_request_with_org_id
( self, mock_client_instance, method: str, endpoint: str, **kwargs )
lib/cli/tests/test_plus_api.py:33
↓ 3 callersMethodassert_request_with_org_id
( self, mock_client_instance, method: str, endpoint: str, **kwargs )
lib/crewai/tests/cli/test_plus_api.py:48
↓ 3 callersFunctionastore_files
Store files for a crew execution asynchronously. Args: execution_id: Unique identifier for the crew execution. files: Dictionary
lib/crewai/src/crewai/utilities/file_store.py:64
↓ 3 callersMethodbind
Rebind the runtime ``Memory`` dependency after restore. Required after deserializing from a checkpoint, since the live ``Memory`` can
lib/crewai/src/crewai/memory/memory_scope.py:68
↓ 3 callersFunctionbuild
(tf: tarfile.TarFile)
lib/crewai/tests/skills/test_cache.py:199
↓ 3 callersFunctionbuild_env_with_tool_repository_credentials
Return a copy of ``os.environ`` augmented with UV_INDEX_* credentials for ``repository_handle``. The handle is normalized to upper-case with
lib/crewai-core/src/crewai_core/tool_credentials.py:12
↓ 3 callersFunctionbuild_execution_plan
Build an execution plan from handlers and their dependencies. Args: handlers: All handlers for an event type dependencies: Mappin
lib/crewai/src/crewai/events/handler_graph.py:105
↓ 3 callersFunctionbuild_simple_crew
(tool)
lib/crewai/tests/tools/test_structured_tool.py:328
↓ 3 callersFunctionbuild_text_tool_calling_fallback_message
Build instructions for downgrading native tools to text tool calls.
lib/crewai/src/crewai/utilities/agent_utils.py:1438
↓ 3 callersMethodcalculate_usage_metrics
Calculates and returns the usage metrics.
lib/crewai/src/crewai/crew.py:2183
↓ 3 callersMethodcall
Call Azure AI Inference API. Args: messages: Input messages tools: List of tool/function definitions call
lib/crewai/src/crewai/llms/providers/azure/completion.py:471
↓ 3 callersMethodcall
Mock LLM call that returns a predefined response. Properly formats messages to match OpenAI's expected structure.
lib/crewai/tests/test_custom_llm.py:26
↓ 3 callersMethodcall
()
lib/crewai/tests/utilities/test_agent_utils.py:1298
↓ 3 callersMethodcall_llm_and_parse
Execute LLM call with hooks and parse the response. Returns routing decision based on parsing result.
lib/crewai/src/crewai/experimental/agent_executor.py:1404
↓ 3 callersFunctioncall_stop_override
Override the stop list for ``llm`` within the current call scope. Only ``llm``'s reads via :attr:`BaseLLM.stop_sequences` see ``stop``; other
lib/crewai/src/crewai/llms/base_llm.py:102
↓ 3 callersMethodcall_tool
Call a tool on the MCP server. Args: tool_name: Name of the tool to call. arguments: Tool arguments. Returns
lib/crewai/src/crewai/mcp/client.py:423
↓ 3 callersMethodcallback
(self, step)
lib/crewai/tests/agents/test_agent.py:672
↓ 3 callersMethodchat
(self)
lib/crewai/tests/test_flow_ask.py:289
↓ 3 callersMethodcheck_output
Check if an output type is set.
lib/crewai/src/crewai/task.py:549
↓ 3 callersMethodchunk
Chunk the input text into smaller pieces. Args: text: The text to chunk. Returns: A list of text chunks.
lib/crewai-tools/src/crewai_tools/rag/chunkers/base_chunker.py:179
↓ 3 callersMethodclassify_intent
Map user text to one of the given outcomes using an LLM.
lib/crewai/src/crewai/experimental/conversational_mixin.py:751
↓ 3 callersMethodclose
()
lib/crewai/src/crewai/flow/visualization/assets/interactive.js:1913
↓ 3 callersMethodcompute_key
Compute a collision-resistant key using SHA-256.
lib/crewai/src/crewai/a2a/auth/utils.py:42
↓ 3 callersFunctioncompute_sha256
Compute the SHA-256 hash of the given content. Args: content: The content to hash. Returns: The SHA-256 hash of the content as a
lib/crewai-tools/src/crewai_tools/rag/misc.py:5
↓ 3 callersFunctionconfigure_auth_client
Configure HTTP client with auth-specific settings. Only HTTPDigestAuth and APIKeyAuth need client configuration. Args: auth: Authent
lib/crewai/src/crewai/a2a/auth/utils.py:262
↓ 3 callersFunctioncopy_template
Copy a file from src to dst.
lib/cli/src/crewai_cli/utils.py:72
↓ 3 callersFunctioncreate_async_chunk_generator
Create an async chunk generator that uses a holder to access streaming output. Args: state: The streaming state. run_coro: Corout
lib/crewai/src/crewai/utilities/streaming.py:522
↓ 3 callersMethodcreate_crew
Create a new crew deployment. Args: confirm (bool): Whether to skip the interactive confirmation prompt. ski
lib/cli/src/crewai_cli/deploy/main.py:340
↓ 3 callersFunctioncreate_frame_generator
Create a scoped synchronous public frame generator.
lib/crewai/src/crewai/utilities/streaming.py:254
↓ 3 callersFunctioncreate_memory_tools
Create Recall and Remember tools for the given memory instance. When memory is read-only (``_read_only=True``), only the RecallMemoryTool is
lib/crewai/src/crewai/tools/memory_tools.py:104
↓ 3 callersFunctioncreate_streaming_state
Create and register streaming state. Args: current_task_info: Task context info. result_holder: List to hold the final result.
lib/crewai/src/crewai/utilities/streaming.py:412
↓ 3 callersMethodcrew_by_name
( self, project_name: str, log_type: str = "deployment" )
lib/crewai-core/src/crewai_core/plus_api.py:325
↓ 3 callersMethodcrew_by_uuid
(self, uuid: str, log_type: str = "deployment")
lib/crewai-core/src/crewai_core/plus_api.py:332
↓ 3 callersMethodcurrent
(self)
lib/cli/src/crewai_cli/organization/main.py:90
↓ 3 callersMethoddelete
( self, scope_prefix: str | None = None, categories: list[str] | None = None,
lib/crewai/src/crewai/memory/storage/lancedb_storage.py:411
↓ 3 callersMethoddelete_crew_by_name
(self, project_name: str)
lib/crewai-core/src/crewai_core/plus_api.py:337
↓ 3 callersMethoddelete_crew_by_uuid
(self, uuid: str)
lib/crewai-core/src/crewai_core/plus_api.py:342
↓ 3 callersMethoddelta_since
Return the per-call usage accrued since ``baseline`` was captured. Both objects must come from the same monotonically increasing accu
lib/crewai/src/crewai/types/usage_metrics.py:79
↓ 3 callersMethoddeploy_by_name
(self, project_name: str)
lib/crewai-core/src/crewai_core/plus_api.py:309
↓ 3 callersMethoddeploy_by_uuid
(self, uuid: str)
lib/crewai-core/src/crewai_core/plus_api.py:314
↓ 3 callersMethoddescendants
Return all descendant nodes, children recursively. Args: event_id: The root event ID to start from. Returns:
lib/crewai/src/crewai/state/event_record.py:160
↓ 3 callersMethoddone
(self)
lib/crewai/tests/test_flow.py:316
↓ 3 callersMethoddownload_pdf
(self, pdf_url: str, save_path: str)
lib/crewai-tools/src/crewai_tools/tools/arxiv_paper_tool/arxiv_paper_tool.py:161
↓ 3 callersMethodembed_batch
Generate embeddings for multiple texts. Args: texts: List of texts to embed Returns: List of embedd
lib/crewai-tools/src/crewai_tools/rag/embedding_service.py:272
↓ 3 callersFunctionembed_texts
Embed multiple texts in a single API call. The embedder already accepts ``list[str]``, so this just calls it once with the full batch and nor
lib/crewai/src/crewai/memory/types.py:312
↓ 3 callersFunctionenable_agent_streaming
Enable streaming on all agents that have an LLM configured. Args: agents: Iterable of agents to enable streaming on.
lib/crewai/src/crewai/crews/utils.py:46
↓ 3 callersFunctionenable_prompt_line_editing
Enable cursor movement/history editing for Click text prompts when available.
lib/cli/src/crewai_cli/utils.py:59
↓ 3 callersMethodevaluate
( self, agent: Agent | BaseAgent, execution_trace: dict[str, Any], final_outpu
lib/crewai/src/crewai/experimental/evaluation/metrics/tools_metrics.py:27
↓ 3 callersMethodevaluate
( self, agent: Agent | BaseAgent, execution_trace: dict[str, Any], final_outpu
lib/crewai/src/crewai/experimental/evaluation/metrics/tools_metrics.py:310
↓ 3 callersMethodevaluate
( self, agent: Agent | BaseAgent, execution_trace: dict[str, Any], final_outpu
lib/crewai/src/crewai/experimental/evaluation/metrics/semantic_quality_metrics.py:25
↓ 3 callersMethodevaluate_training_data
Evaluate the training data based on the llm output, human feedback, and improved output. Args: - training_data: The trai
lib/crewai/src/crewai/utilities/evaluators/task_evaluator.py:115
↓ 3 callersMethodexecute_async
Execute the task asynchronously.
lib/crewai/src/crewai/task.py:596
↓ 3 callersMethodexecute_native_tool
Execute native tool calls in a batch. Processes all tools from pending_tool_calls, executes them, and appends results to the conversa
lib/crewai/src/crewai/experimental/agent_executor.py:1679
↓ 3 callersMethodextract
(self, options: Any)
lib/crewai-tools/src/crewai_tools/tools/stagehand_tool/stagehand_tool.py:291
↓ 3 callersMethodextract_all_states
Extract conversation states from all registered extensions. Args: conversation_history: The sequence of A2A messages exchanged.
lib/crewai/src/crewai/a2a/extensions/base.py:195
↓ 3 callersFunctionextract_common_params
Extract common parameters from handler kwargs. Args: kwargs: Handler kwargs dict. Returns: CommonParams with extracted value
lib/crewai/src/crewai/a2a/updates/base.py:152
↓ 3 callersMethodextract_id
Extract the checkpoint ID from a file path. The filename format is ``{ts}_{uuid8}_p-{parent}.json``. The checkpoint ID is the ``{ts}_
lib/crewai/src/crewai/state/provider/json_provider.py:113
↓ 3 callersMethodextract_memories
Extract discrete memories from a raw content blob using the LLM. This is a pure helper -- it does NOT store anything. Call remember()
lib/crewai/src/crewai/memory/unified_memory.py:667
↓ 3 callersMethodfilter_by_names
(self, names: list[str] | None = None)
lib/crewai-tools/src/crewai_tools/adapters/tool_collection.py:63
↓ 3 callersFunctionfind_version_files
Find all __init__.py files that contain __version__. Args: base_path: Base directory to search in. Returns: List of paths to
lib/devtools/src/crewai_devtools/cli.py:677
↓ 3 callersMethodfitToAvailableSpace
(centerScreen = false)
lib/crewai/src/crewai/flow/visualization/assets/interactive.js:2404
↓ 3 callersFunctionflow_template_expression_description
(prefix: str)
lib/crewai/src/crewai/flow/expressions.py:115
↓ 3 callersMethodflush_to_central
Sync local shard records to the central shard.
lib/crewai/src/crewai/memory/storage/qdrant_edge_storage.py:773
↓ 3 callersFunctionformat_inline_value
(value: Any)
lib/crewai/src/crewai/flow/skill.py:538
↓ 3 callersFunctionformat_native_tool_output_for_agent
Format native tool output when a tool explicitly defines a formatter.
lib/crewai/src/crewai/utilities/agent_utils.py:1533
↓ 3 callersMethodfrom_content
(content: str | Path | None = None)
lib/crewai-tools/src/crewai_tools/rag/data_types.py:100
↓ 3 callersMethodfrom_settings
Build an ``Oauth2Settings`` instance from the persisted CrewAI settings.
lib/crewai-core/src/crewai_core/auth/oauth2.py:45
↓ 3 callersMethodfrom_tool_pack
Create multiple MergeAgentHandlerTool instances from a Tool Pack. Args: tool_pack_id: UUID of the Tool Pack
lib/crewai-tools/src/crewai_tools/tools/merge_agent_handler_tool/merge_agent_handler_tool.py:267
↓ 3 callersFunctiongenerate_input_description_with_ai
Generate an input description using AI based on the context of the crew. Args: input_name: The name of the input placeholder. cre
lib/crewai/src/crewai/utilities/crew_chat.py:407
↓ 3 callersFunctionget_crewai_project_config
Return the normalized ``[tool.crewai]`` table from pyproject data.
lib/crewai-core/src/crewai_core/project.py:37
↓ 3 callersFunctionget_enclosing_parent_id
Get the parent of the current scope (stack[-2]).
lib/crewai/src/crewai/events/event_context.py:68
↓ 3 callersFunctionget_enterprise_api_base_url
Get the enterprise API base URL from environment or use default.
lib/crewai-tools/src/crewai_tools/adapters/enterprise_adapter.py:12
↓ 3 callersMethodget_file_info
Get information about an uploaded file. Args: file_id: The file identifier. Returns: Dictionary with file in
lib/crewai-files/src/crewai_files/uploaders/base.py:101
↓ 3 callersFunctionget_files
Retrieve files for a crew execution. Args: execution_id: Unique identifier for the crew execution. Returns: Dictionary of fi
lib/crewai/src/crewai/utilities/file_store.py:193
↓ 3 callersMethodget_last_raw_result
(self, fallback: Any)
lib/crewai/src/crewai/tools/tool_usage.py:127
↓ 3 callersMethodget_loader
(self)
lib/crewai-tools/src/crewai_tools/rag/data_types.py:64
↓ 3 callersFunctionget_packages
Get all packages from lib/ directory. Args: lib_dir: Path to lib/ directory. Returns: List of package directory paths.
lib/devtools/src/crewai_devtools/cli.py:693
↓ 3 callersFunctionget_platform_integration_token
Get the platform API base URL from environment or use default.
lib/crewai-tools/src/crewai_tools/tools/crewai_platform_tools/misc.py:10
↓ 3 callersMethodgoto
(self, url: str)
lib/crewai-tools/src/crewai_tools/tools/stagehand_tool/stagehand_tool.py:288
↓ 3 callersFunctionhandle_agent_action_core
Core logic for handling agent actions and tool results. Args: formatted_answer: The agent's action tool_result: The result of exe
lib/crewai/src/crewai/utilities/agent_utils.py:664
↓ 3 callersMethodhandle_agent_reasoning
Public method for the planning process that creates and refines a plan for the task until the agent is ready to execute it. Returns:
lib/crewai/src/crewai/utilities/reasoning_handler.py:187
↓ 3 callersMethodhandle_lite_agent_execution
Handle lite agent execution events with panel display.
lib/crewai/src/crewai/events/utils/console_formatter.py:764
↓ 3 callersMethodhandle_llm_stream_chunk
Handle LLM stream chunk event - display streaming text in a panel. Args: chunk: The new chunk of text received. accum
lib/crewai/src/crewai/events/utils/console_formatter.py:534
↓ 3 callersMethodincrement_delegations
Increment the delegations counter.
lib/crewai/src/crewai/task.py:1125
↓ 3 callersFunctioninitialize_if_git_available
Initialize a Git repository when Git is available.
lib/cli/src/crewai_cli/git.py:206
↓ 3 callersFunctioninject_a2a_server_methods
Inject A2A server methods onto an Agent instance. Adds a `to_agent_card(url: str) -> AgentCard` method to the agent that generates an A2A-com
lib/crewai/src/crewai/a2a/utils/agent_card.py:579
↓ 3 callersFunctioninstall_crew
Install the crew by running the UV command to lock and install.
lib/cli/src/crewai_cli/install_crew.py:40
↓ 3 callersMethodinterpolate_inputs_and_add_conversation_history
Interpolate inputs into the task description, expected output, and output file path. Add conversation history if present. Args:
lib/crewai/src/crewai/task.py:1040
↓ 3 callersMethodinvoke_async
Execute agent asynchronously with given inputs. This method is designed for use within async contexts, such as when the agent is call
lib/crewai/src/crewai/experimental/agent_executor.py:2811
↓ 3 callersMethodis_active
Check if this extension is active for the current request. An extension is active if the client declared support for it. Args:
lib/crewai/src/crewai/a2a/extensions/server.py:143
↓ 3 callersFunctionis_flow_method
Check if the object carries Flow method wrapper metadata.
lib/crewai/src/crewai/flow/dsl/_utils.py:46
↓ 3 callersMethodis_git_installed
Check if Git is installed and available in the system.
lib/cli/src/crewai_cli/git.py:41
↓ 3 callersFunctionis_interactive
Prompt only in an interactive terminal, never in non-interactive mode.
lib/cli/src/crewai_cli/input_prompt.py:48
↓ 3 callersFunctionis_replaying
Return True if the current context is dispatching a replayed event. Listeners with side effects (checkpoint writes, external API calls that s
lib/crewai/src/crewai/events/event_bus.py:73
↓ 3 callersMethodkickoff_for_each_async
Executes the Crew's workflow for each input asynchronously. Args: inputs: List of input dictionaries, one per execution.
lib/crewai/src/crewai/crew.py:1166
↓ 3 callersMethodlist_cached
Show locally installed skills.
lib/cli/src/crewai_cli/skills/main.py:294
↓ 3 callersMethodlist_crews
List all available crews.
lib/cli/src/crewai_cli/deploy/main.py:550
↓ 3 callersMethodlist_files
List all uploaded files. Returns: List of dictionaries with file information.
lib/crewai-files/src/crewai_files/uploaders/base.py:112
↓ 3 callersMethodlist_tools
List available tools from MCP server. Args: use_cache: Whether to use cached results. If None, uses client's cach
lib/crewai/src/crewai/mcp/client.py:374
↓ 3 callersFunctionload_jsonc_file
Load a JSON or JSONC file.
lib/crewai/src/crewai/project/json_loader.py:206
← previousnext →1,101–1,200 of 13,282, ranked by callers