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
__init__
(self, model: Any, tools: list[Tool] | None = None, prompt_templates: Any = None, **kwargs: Any)
agentic_internet/agents/basic_agent.py:18
Method
__init__
Initialize the research agent with research-specific tools.
agentic_internet/agents/internet_agent.py:263
Method
__post_init__
(self)
agentic_internet/agents/use_cases.py:23
Method
__post_init__
(self)
agentic_internet/agents/use_cases.py:47
Method
__repr__
(self)
agentic_internet/agents/code_mode.py:136
Method
analyze_competitor
Perform competitive analysis on a company. Args: company_name: Name of the company to analyze aspects: Speci
agentic_internet/agents/specialized_agents.py:248
Function
analyze_sentiment
Perform basic sentiment analysis on text. Args: text: Text to analyze Returns: Dictionary with sentiment analysis resul
agentic_internet/examples/example_mcp_server.py:72
Function
calculate_product
Multiply two numbers together. Args: a: First number b: Second number Returns: The product of a and b
agentic_internet/examples/example_mcp_server.py:35
Function
calculate_sum
Add two numbers together. Args: a: First number b: Second number Returns: The sum of a and b
agentic_internet/examples/example_mcp_server.py:20
Function
chat
Start an interactive chat session with the agent.
agentic_internet/cli.py:33
Method
compare_datasets
Compare two datasets and highlight differences. Args: dataset1: First dataset dataset2: Second dataset
agentic_internet/agents/specialized_agents.py:143
Method
comprehensive_competitive_analysis
(company: str, industry: str | None = None)
agentic_internet/examples/multi_model_example.py:25
Function
config
Manage configuration settings.
agentic_internet/cli.py:123
Method
connect
Context manager to connect to MCP server and get tools. This is the recommended way to use MCP tools as it properly handles
agentic_internet/tools/mcp_integration.py:152
Method
connect_all
Connect to all configured MCP servers and yield combined tools. Note: This connects to servers sequentially due to the context manag
agentic_internet/tools/mcp_integration.py:346
Function
example_agent_types
Demonstrate different agent types.
agentic_internet/examples/advanced_usage.py:23
Function
example_browser_automation
Demonstrate browser automation capabilities.
agentic_internet/examples/advanced_usage.py:69
Function
example_code_execution
Example of code execution with the agent.
agentic_internet/examples/basic_usage.py:105
Function
example_content_creation
Demonstrate content creation capabilities.
agentic_internet/examples/advanced_usage.py:111
Function
example_data_analysis
Demonstrate data analysis capabilities.
agentic_internet/examples/advanced_usage.py:90
Function
example_data_analysis
Example of data analysis with the agent.
agentic_internet/examples/basic_usage.py:44
Function
example_market_research
Demonstrate market research capabilities.
agentic_internet/examples/advanced_usage.py:128
Function
example_multi_tool_task
Example of a task using multiple tools.
agentic_internet/examples/basic_usage.py:89
Function
example_news_analysis
Example of news analysis.
agentic_internet/examples/basic_usage.py:123
Function
example_research
Example of conducting research with the Research Agent.
agentic_internet/examples/basic_usage.py:65
Function
example_simple_task
Run a simple task with the agent.
agentic_internet/examples/basic_usage.py:19
Function
example_technical_support
Demonstrate technical support capabilities.
agentic_internet/examples/advanced_usage.py:140
Function
example_web_scraping
Example of web scraping with the agent.
agentic_internet/examples/basic_usage.py:32
Method
execute_multi_model_workflow
(self, *args, **kwargs)
tests/test_cli_use_cases.py:24
Function
fake_create_code_mode_agent
(**kwargs)
tests/test_cli_mcp.py:36
Function
fake_mcp_tools
(**kwargs)
tests/test_cli_mcp.py:32
Method
fill_form
Fill and submit a form on a website. Args: url: The URL containing the form form_data: Dictionary of field n
agentic_internet/agents/specialized_agents.py:53
Method
forward
(self, city: str)
tests/test_code_mode.py:28
Method
forward
(self)
tests/test_code_mode.py:38
Method
forward
Execute Exa search and return formatted results.
agentic_internet/tools/exa_search.py:231
Method
forward
Execute Exa find_similar and return formatted results.
agentic_internet/tools/exa_search.py:337
Method
forward
Execute web search and return results.
agentic_internet/tools/web_search.py:143
Method
forward
Search for news articles.
agentic_internet/tools/web_search.py:266
Method
forward
Execute Python code and return the output.
agentic_internet/tools/code_execution.py:258
Method
forward
Perform data analysis.
agentic_internet/tools/code_execution.py:337
Method
forward
Execute Google search with advanced parameters
agentic_internet/agents/multi_model_serpapi.py:408
Method
forward
Search Google Shopping with filters
agentic_internet/agents/multi_model_serpapi.py:501
Method
forward
Search Google Maps for local businesses
agentic_internet/agents/multi_model_serpapi.py:575
Method
forward
Search Google Scholar for academic content
agentic_internet/agents/multi_model_serpapi.py:632
Method
forward
Search multiple engines and optionally compare results
agentic_internet/agents/multi_model_serpapi.py:690
Method
forward
Execute the agent with the given task
agentic_internet/agents/multi_model_serpapi.py:806
Function
get_dataset
Provide mock dataset information. Args: dataset_name: Name of the dataset Returns: Dataset information
agentic_internet/examples/example_mcp_server.py:146
Method
get_server
Get a server configuration by name.
agentic_internet/tools/mcp_integration.py:317
Function
get_server_config
Provide server configuration information. Returns: Server configuration dictionary
agentic_internet/examples/example_mcp_server.py:130
Method
get_tools_list
Get the list of loaded tools (after entering context).
agentic_internet/tools/mcp_integration.py:207
Function
get_weather
Get mock weather information for a city. Args: city: Name of the city Returns: Dictionary with weather information
agentic_internet/examples/example_mcp_server.py:50
Method
is_available
(self)
agentic_internet/tools/exa_search.py:334
Method
k
Number of worker LLM roles in this use case.
agentic_internet/agents/use_cases.py:61
Function
mcp_info
Show MCP integration status and information.
agentic_internet/cli.py:609
Function
mcp_list
List available MCP servers configured in environment.
agentic_internet/cli.py:565
Function
mcp_run
Run a task using MCP tools from a server.
agentic_internet/cli.py:648
Function
mcp_test
Test connection to an MCP server and list available tools.
agentic_internet/cli.py:756
Method
model_post_init
Ensure cache directory exists.
agentic_internet/config/settings.py:229
Function
models
List and manage available AI models.
agentic_internet/cli.py:384
Method
monitor_website
Monitor a website for specific changes or content. Args: url: The URL to monitor check_for: What to look for
agentic_internet/agents/specialized_agents.py:73
Function
multi
Run a task using the multi-model orchestration system.
agentic_internet/cli.py:148
Function
news
Search and analyze news articles.
agentic_internet/cli.py:318
Function
orchestrate
Execute complex tasks using model orchestration.
agentic_internet/cli.py:232
Method
prepare_search_context
Prepare context-aware search parameters based on query and history
agentic_internet/agents/multi_model_serpapi.py:825
Function
research
Conduct research on a specific topic.
agentic_internet/cli.py:81
Function
run
Run a single task with the agent.
agentic_internet/cli.py:53
Method
run
(self, prompt: str)
tests/test_search_orchestrator.py:23
Function
search_items
Search for items based on a query (mock data). Args: query: Search query limit: Maximum number of results to return Ret
agentic_internet/examples/example_mcp_server.py:106
Method
setup_method
(self)
tests/test_code_execution.py:11
Method
setup_method
(self)
tests/test_code_execution.py:65
Method
setup_method
(self)
tests/test_code_execution.py:112
Method
setup_use_case_workers
(self, **kwargs)
tests/test_cli_use_cases.py:21
Method
skip_if_no_mcp
Skip test if MCP is not available.
tests/test_mcp_integration.py:66
Method
skip_if_no_mcp
Skip test if MCP is not available.
tests/test_mcp_integration.py:129
Method
skip_if_no_mcp
Skip test if MCP is not available.
tests/test_mcp_integration.py:193
Method
skip_if_no_mcp
Skip test if MCP is not available.
tests/test_mcp_integration.py:282
Method
technology_landscape_analysis
(technology: str, timeframe: str = "2024-2026")
agentic_internet/examples/multi_model_example.py:89
Method
test_add_agent
(self)
tests/test_search_orchestrator.py:94
Method
test_add_content_increments_tokens
(self)
tests/test_context_engineering.py:15
Method
test_all_disabled
(self)
tests/test_exa_search.py:124
Method
test_all_enabled_simultaneously
(self)
tests/test_exa_search.py:154
Method
test_all_inherit_from_base
(self)
tests/test_exceptions.py:20
Method
test_allows_math_operations
(self)
tests/test_code_execution.py:56
Method
test_basic_execution
(self)
tests/test_code_execution.py:68
Method
test_best_params_stored_on_success
(self)
tests/test_context_engineering.py:64
Method
test_blocks_chained_dunder_access
(self)
tests/test_code_execution.py:59
Method
test_blocks_dunder_escape
(self)
tests/test_code_execution.py:106
Method
test_blocks_dunder_globals
(self)
tests/test_code_execution.py:36
Method
test_blocks_dunder_subclasses
(self)
tests/test_code_execution.py:32
Method
test_blocks_eval
(self)
tests/test_code_execution.py:40
Method
test_blocks_exec
(self)
tests/test_code_execution.py:44
Method
test_blocks_from_subprocess
(self)
tests/test_code_execution.py:28
Method
test_blocks_import_ctypes
(self)
tests/test_code_execution.py:52
Method
test_blocks_import_os
(self)
tests/test_code_execution.py:23
Method
test_blocks_open
(self)
tests/test_code_execution.py:48
Method
test_blocks_os_import
(self)
tests/test_code_execution.py:81
Method
test_blocks_subprocess
(self)
tests/test_code_execution.py:85
Method
test_category_passthrough
(self)
tests/test_exa_search.py:175
Method
test_category_unknown_returns_none
(self)
tests/test_exa_search.py:179
Method
test_compression_triggers_over_threshold
(self)
tests/test_context_engineering.py:39
← previous
next →
201–300 of 481, ranked by callers