MCPcopy Create free account

hub / github.com/AgenticInternet/agentic-internet / functions

Functions481 in github.com/AgenticInternet/agentic-internet

Methodtest_correlations_no_numeric
(self)
tests/test_code_execution.py:145
Methodtest_custom_values
(self)
tests/test_settings.py:21
Functiontest_dash_normalization_finds_use_case
()
tests/test_use_cases.py:19
Methodtest_defaults
(self)
tests/test_settings.py:15
Methodtest_defaults
(self)
tests/test_settings.py:28
Methodtest_defaults
(self)
tests/test_settings.py:36
Methodtest_describe_csv
(self)
tests/test_code_execution.py:120
Methodtest_describe_json
(self)
tests/test_code_execution.py:115
Methodtest_disabled_when_api_key_missing
(self)
tests/test_exa_search.py:193
Methodtest_disabled_when_sdk_missing
(self)
tests/test_exa_search.py:186
Methodtest_disabled_when_sdk_missing
(self)
tests/test_exa_search.py:360
Methodtest_e2b_without_key_falls_back_to_local
(self, _mock_initialize_model, monkeypatch)
tests/test_code_mode.py:103
Methodtest_empty_results
(self)
tests/test_exa_search.py:102
Methodtest_empty_url
(self)
tests/test_web_search.py:32
Methodtest_exception_handling
(self, mock_browser_cls)
tests/test_browser_use.py:48
Methodtest_exception_is_wrapped_in_message
(self)
tests/test_basic_agent.py:50
Methodtest_execute_failure_captures_error
(self)
tests/test_search_orchestrator.py:44
Methodtest_execute_success_records_result
(self)
tests/test_search_orchestrator.py:31
Methodtest_execute_tool_returns_error_string_for_bad_code
(self)
tests/test_code_mode.py:88
Methodtest_execute_tool_runs_python_with_api_in_scope
(self)
tests/test_code_mode.py:81
Methodtest_factory_returns_code_agent_and_attaches_facade
(self, _mock_initialize_model)
tests/test_code_mode.py:95
Methodtest_fallback_on_no_api_key
(self, mock_fallback, mock_settings)
tests/test_model_utils.py:99
Methodtest_fallback_on_no_provider
(self, mock_fallback, mock_settings)
tests/test_model_utils.py:89
Methodtest_falls_back_to_ddgs
(self, mock_ddgs, mock_serpapi)
tests/test_web_search.py:99
Methodtest_falls_back_to_direct_call_on_type_error
(self)
tests/test_basic_agent.py:36
Methodtest_flattens_models
(self, mock_settings)
tests/test_model_utils.py:133
Methodtest_forward_calls_fallback
(self, mock_fallback)
tests/test_web_search.py:114
Methodtest_forward_calls_find_similar_and_contents
(self, mock_exa_cls)
tests/test_exa_search.py:324
Methodtest_forward_calls_search_and_contents_with_filters
(self, mock_exa_cls)
tests/test_exa_search.py:201
Methodtest_forward_drops_unknown_search_type
(self, mock_exa_cls)
tests/test_exa_search.py:255
Methodtest_forward_handles_missing_content_fields
Result with no summary/highlights/text falls back to 'No description'.
tests/test_exa_search.py:298
Methodtest_forward_returns_error_on_exception
(self, mock_exa_cls)
tests/test_exa_search.py:277
Methodtest_forward_uses_news_params
(self, mock_fallback)
tests/test_web_search.py:154
Methodtest_from_sdk_with_full_fields
(self)
tests/test_exa_search.py:35
Methodtest_from_sdk_with_missing_fields_uses_defaults
(self)
tests/test_exa_search.py:56
Methodtest_get_api_key_for_provider
(self)
tests/test_settings.py:67
Methodtest_get_default_model_for_provider
(self)
tests/test_settings.py:72
Methodtest_get_model_info
(self)
tests/test_settings.py:92
Methodtest_get_model_provider_anthropic_pattern
(self)
tests/test_settings.py:62
Methodtest_get_model_provider_openai_pattern
(self)
tests/test_settings.py:57
Methodtest_get_model_provider_openrouter
(self)
tests/test_settings.py:52
Methodtest_get_model_provider_openrouter_alias
(self)
tests/test_settings.py:47
Methodtest_get_performance_report
(self)
tests/test_search_orchestrator.py:152
Methodtest_getattr_dispatches_to_tool_and_missing_tool_suggests_search
(self)
tests/test_code_mode.py:61
Methodtest_high_priority_inserts_at_front
(self)
tests/test_context_engineering.py:22
Methodtest_highlights_enabled
(self)
tests/test_exa_search.py:136
Methodtest_huggingface_provider
(self, mock_ic)
tests/test_model_utils.py:39
Methodtest_imports_from_module
Test importing main classes from module.
tests/test_mcp_integration.py:33
Methodtest_imports_from_tools_init
Test importing from tools __init__.py.
tests/test_mcp_integration.py:51
Methodtest_includes_title_url_and_snippet
(self)
tests/test_exa_search.py:105
Methodtest_includes_tool_descriptions_in_prompt
(self)
tests/test_basic_agent.py:20
Methodtest_info
(self)
tests/test_code_execution.py:150
Methodtest_integration_get_server_parameters_http
Test getting server parameters for HTTP transport.
tests/test_mcp_integration.py:244
Methodtest_integration_get_server_parameters_stdio
Test getting server parameters for stdio transport.
tests/test_mcp_integration.py:229
Methodtest_integration_http_config
Test MCPToolIntegration with HTTP configuration.
tests/test_mcp_integration.py:216
Methodtest_integration_stdio_config
Test MCPToolIntegration with stdio configuration.
tests/test_mcp_integration.py:200
Methodtest_invalid_data
(self)
tests/test_code_execution.py:141
Methodtest_invalid_json_wrapped_as_raw
(self)
tests/test_specialized_agents.py:36
Methodtest_invalid_operation
(self)
tests/test_code_execution.py:136
Methodtest_invalid_scheme
(self)
tests/test_web_search.py:23
Methodtest_is_mcp_available_function
Test is_mcp_available function exists and returns bool.
tests/test_mcp_integration.py:16
Methodtest_list_available_models_no_keys
(self)
tests/test_settings.py:77
Methodtest_list_available_models_with_key
(self)
tests/test_settings.py:87
Functiontest_list_use_case_recipes_is_stable
()
tests/test_use_cases.py:25
Methodtest_load_empty_env_config
Test loading config when no env vars are set.
tests/test_mcp_integration.py:263
Methodtest_load_stdio_config_from_env
Test loading stdio server config from env.
tests/test_mcp_integration.py:289
Methodtest_log_search_appends_history
(self)
tests/test_context_engineering.py:76
Methodtest_low_priority_appends
(self)
tests/test_context_engineering.py:28
Methodtest_manager_add_server
Test adding servers to MCPServerManager.
tests/test_mcp_integration.py:144
Methodtest_manager_creation
Test MCPServerManager can be created.
tests/test_mcp_integration.py:136
Methodtest_manager_list_servers
Test listing servers.
tests/test_mcp_integration.py:160
Methodtest_manager_remove_server
Test removing servers.
tests/test_mcp_integration.py:173
Methodtest_mcp_available_constant
Test MCP_AVAILABLE constant is defined.
tests/test_mcp_integration.py:23
Methodtest_mcp_not_available
(self)
tests/test_exceptions.py:58
Functiontest_mcp_run_code_mode_passes_structured_output_to_mcp
`mcp run --agent-type code --structured-output` wires MCP tools into Code Mode.
tests/test_cli_mcp.py:24
Methodtest_missing
(self)
tests/test_code_execution.py:131
Methodtest_model_init_error_attributes
(self)
tests/test_exceptions.py:38
Methodtest_model_with_id
(self)
tests/test_model_utils.py:115
Functiontest_multi_command_routes_use_case_and_worker_overrides
(monkeypatch)
tests/test_cli_use_cases.py:29
Methodtest_no_api_key
(self)
tests/test_browser_use.py:13
Methodtest_no_api_key
(self)
tests/test_browser_use.py:59
Methodtest_no_api_key
(self)
tests/test_browser_use.py:67
Methodtest_no_output
(self, mock_browser_cls)
tests/test_browser_use.py:34
Methodtest_no_scheme
(self)
tests/test_web_search.py:28
Methodtest_non_dict_json_wrapped_as_raw
(self)
tests/test_specialized_agents.py:31
Methodtest_none_model
(self)
tests/test_model_utils.py:110
Methodtest_not_registered_when_api_key_missing
(self, monkeypatch)
tests/test_exa_search.py:370
Methodtest_numpy_available
(self)
tests/test_code_execution.py:76
Methodtest_openai_provider
(self, mock_litellm)
tests/test_model_utils.py:33
Methodtest_openrouter_adds_prefix
(self, mock_litellm)
tests/test_model_utils.py:18
Functiontest_openrouter_id_normalization_round_trip
()
tests/test_openrouter_models.py:13
Methodtest_openrouter_no_double_prefix
(self, mock_litellm)
tests/test_model_utils.py:26
Methodtest_output_truncation
(self)
tests/test_code_execution.py:97
Functiontest_parse_worker_model_overrides
()
tests/test_orchestration_runtime.py:22
Functiontest_parse_worker_model_overrides_rejects_bad_format
()
tests/test_orchestration_runtime.py:27
Methodtest_parses_valid_json_object
(self)
tests/test_specialized_agents.py:26
Methodtest_performance_stats
(self)
tests/test_search_orchestrator.py:75
Methodtest_performance_stats_no_executions
(self)
tests/test_search_orchestrator.py:84
Methodtest_progress_summary
(self)
tests/test_context_engineering.py:85
Functiontest_recent_agentic_models_filters_and_sorts
()
tests/test_openrouter_models.py:22
← previousnext →301–400 of 481, ranked by callers