Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgenticInternet/agentic-internet
/ functions
Functions
481 in github.com/AgenticInternet/agentic-internet
⨍
Functions
481
◇
Types & classes
131
↳
Endpoints
34
Method
test_correlations_no_numeric
(self)
tests/test_code_execution.py:145
Method
test_custom_values
(self)
tests/test_settings.py:21
Function
test_dash_normalization_finds_use_case
()
tests/test_use_cases.py:19
Method
test_defaults
(self)
tests/test_settings.py:15
Method
test_defaults
(self)
tests/test_settings.py:28
Method
test_defaults
(self)
tests/test_settings.py:36
Method
test_describe_csv
(self)
tests/test_code_execution.py:120
Method
test_describe_json
(self)
tests/test_code_execution.py:115
Method
test_disabled_when_api_key_missing
(self)
tests/test_exa_search.py:193
Method
test_disabled_when_sdk_missing
(self)
tests/test_exa_search.py:186
Method
test_disabled_when_sdk_missing
(self)
tests/test_exa_search.py:360
Method
test_e2b_without_key_falls_back_to_local
(self, _mock_initialize_model, monkeypatch)
tests/test_code_mode.py:103
Method
test_empty_results
(self)
tests/test_exa_search.py:102
Method
test_empty_url
(self)
tests/test_web_search.py:32
Method
test_exception_handling
(self, mock_browser_cls)
tests/test_browser_use.py:48
Method
test_exception_is_wrapped_in_message
(self)
tests/test_basic_agent.py:50
Method
test_execute_failure_captures_error
(self)
tests/test_search_orchestrator.py:44
Method
test_execute_success_records_result
(self)
tests/test_search_orchestrator.py:31
Method
test_execute_tool_returns_error_string_for_bad_code
(self)
tests/test_code_mode.py:88
Method
test_execute_tool_runs_python_with_api_in_scope
(self)
tests/test_code_mode.py:81
Method
test_factory_returns_code_agent_and_attaches_facade
(self, _mock_initialize_model)
tests/test_code_mode.py:95
Method
test_fallback_on_no_api_key
(self, mock_fallback, mock_settings)
tests/test_model_utils.py:99
Method
test_fallback_on_no_provider
(self, mock_fallback, mock_settings)
tests/test_model_utils.py:89
Method
test_falls_back_to_ddgs
(self, mock_ddgs, mock_serpapi)
tests/test_web_search.py:99
Method
test_falls_back_to_direct_call_on_type_error
(self)
tests/test_basic_agent.py:36
Method
test_flattens_models
(self, mock_settings)
tests/test_model_utils.py:133
Method
test_forward_calls_fallback
(self, mock_fallback)
tests/test_web_search.py:114
Method
test_forward_calls_find_similar_and_contents
(self, mock_exa_cls)
tests/test_exa_search.py:324
Method
test_forward_calls_search_and_contents_with_filters
(self, mock_exa_cls)
tests/test_exa_search.py:201
Method
test_forward_drops_unknown_search_type
(self, mock_exa_cls)
tests/test_exa_search.py:255
Method
test_forward_handles_missing_content_fields
Result with no summary/highlights/text falls back to 'No description'.
tests/test_exa_search.py:298
Method
test_forward_returns_error_on_exception
(self, mock_exa_cls)
tests/test_exa_search.py:277
Method
test_forward_uses_news_params
(self, mock_fallback)
tests/test_web_search.py:154
Method
test_from_sdk_with_full_fields
(self)
tests/test_exa_search.py:35
Method
test_from_sdk_with_missing_fields_uses_defaults
(self)
tests/test_exa_search.py:56
Method
test_get_api_key_for_provider
(self)
tests/test_settings.py:67
Method
test_get_default_model_for_provider
(self)
tests/test_settings.py:72
Method
test_get_model_info
(self)
tests/test_settings.py:92
Method
test_get_model_provider_anthropic_pattern
(self)
tests/test_settings.py:62
Method
test_get_model_provider_openai_pattern
(self)
tests/test_settings.py:57
Method
test_get_model_provider_openrouter
(self)
tests/test_settings.py:52
Method
test_get_model_provider_openrouter_alias
(self)
tests/test_settings.py:47
Method
test_get_performance_report
(self)
tests/test_search_orchestrator.py:152
Method
test_getattr_dispatches_to_tool_and_missing_tool_suggests_search
(self)
tests/test_code_mode.py:61
Method
test_high_priority_inserts_at_front
(self)
tests/test_context_engineering.py:22
Method
test_highlights_enabled
(self)
tests/test_exa_search.py:136
Method
test_huggingface_provider
(self, mock_ic)
tests/test_model_utils.py:39
Method
test_imports_from_module
Test importing main classes from module.
tests/test_mcp_integration.py:33
Method
test_imports_from_tools_init
Test importing from tools __init__.py.
tests/test_mcp_integration.py:51
Method
test_includes_title_url_and_snippet
(self)
tests/test_exa_search.py:105
Method
test_includes_tool_descriptions_in_prompt
(self)
tests/test_basic_agent.py:20
Method
test_info
(self)
tests/test_code_execution.py:150
Method
test_integration_get_server_parameters_http
Test getting server parameters for HTTP transport.
tests/test_mcp_integration.py:244
Method
test_integration_get_server_parameters_stdio
Test getting server parameters for stdio transport.
tests/test_mcp_integration.py:229
Method
test_integration_http_config
Test MCPToolIntegration with HTTP configuration.
tests/test_mcp_integration.py:216
Method
test_integration_stdio_config
Test MCPToolIntegration with stdio configuration.
tests/test_mcp_integration.py:200
Method
test_invalid_data
(self)
tests/test_code_execution.py:141
Method
test_invalid_json_wrapped_as_raw
(self)
tests/test_specialized_agents.py:36
Method
test_invalid_operation
(self)
tests/test_code_execution.py:136
Method
test_invalid_scheme
(self)
tests/test_web_search.py:23
Method
test_is_mcp_available_function
Test is_mcp_available function exists and returns bool.
tests/test_mcp_integration.py:16
Method
test_list_available_models_no_keys
(self)
tests/test_settings.py:77
Method
test_list_available_models_with_key
(self)
tests/test_settings.py:87
Function
test_list_use_case_recipes_is_stable
()
tests/test_use_cases.py:25
Method
test_load_empty_env_config
Test loading config when no env vars are set.
tests/test_mcp_integration.py:263
Method
test_load_stdio_config_from_env
Test loading stdio server config from env.
tests/test_mcp_integration.py:289
Method
test_log_search_appends_history
(self)
tests/test_context_engineering.py:76
Method
test_low_priority_appends
(self)
tests/test_context_engineering.py:28
Method
test_manager_add_server
Test adding servers to MCPServerManager.
tests/test_mcp_integration.py:144
Method
test_manager_creation
Test MCPServerManager can be created.
tests/test_mcp_integration.py:136
Method
test_manager_list_servers
Test listing servers.
tests/test_mcp_integration.py:160
Method
test_manager_remove_server
Test removing servers.
tests/test_mcp_integration.py:173
Method
test_mcp_available_constant
Test MCP_AVAILABLE constant is defined.
tests/test_mcp_integration.py:23
Method
test_mcp_not_available
(self)
tests/test_exceptions.py:58
Function
test_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
Method
test_missing
(self)
tests/test_code_execution.py:131
Method
test_model_init_error_attributes
(self)
tests/test_exceptions.py:38
Method
test_model_with_id
(self)
tests/test_model_utils.py:115
Function
test_multi_command_routes_use_case_and_worker_overrides
(monkeypatch)
tests/test_cli_use_cases.py:29
Method
test_no_api_key
(self)
tests/test_browser_use.py:13
Method
test_no_api_key
(self)
tests/test_browser_use.py:59
Method
test_no_api_key
(self)
tests/test_browser_use.py:67
Method
test_no_output
(self, mock_browser_cls)
tests/test_browser_use.py:34
Method
test_no_scheme
(self)
tests/test_web_search.py:28
Method
test_non_dict_json_wrapped_as_raw
(self)
tests/test_specialized_agents.py:31
Method
test_none_model
(self)
tests/test_model_utils.py:110
Method
test_not_registered_when_api_key_missing
(self, monkeypatch)
tests/test_exa_search.py:370
Method
test_numpy_available
(self)
tests/test_code_execution.py:76
Method
test_openai_provider
(self, mock_litellm)
tests/test_model_utils.py:33
Method
test_openrouter_adds_prefix
(self, mock_litellm)
tests/test_model_utils.py:18
Function
test_openrouter_id_normalization_round_trip
()
tests/test_openrouter_models.py:13
Method
test_openrouter_no_double_prefix
(self, mock_litellm)
tests/test_model_utils.py:26
Method
test_output_truncation
(self)
tests/test_code_execution.py:97
Function
test_parse_worker_model_overrides
()
tests/test_orchestration_runtime.py:22
Function
test_parse_worker_model_overrides_rejects_bad_format
()
tests/test_orchestration_runtime.py:27
Method
test_parses_valid_json_object
(self)
tests/test_specialized_agents.py:26
Method
test_performance_stats
(self)
tests/test_search_orchestrator.py:75
Method
test_performance_stats_no_executions
(self)
tests/test_search_orchestrator.py:84
Method
test_progress_summary
(self)
tests/test_context_engineering.py:85
Function
test_recent_agentic_models_filters_and_sorts
()
tests/test_openrouter_models.py:22
← previous
next →
301–400 of 481, ranked by callers