MCPcopy Create free account

hub / github.com/coleam00/ottomator-agents / functions

Functions1,846 in github.com/coleam00/ottomator-agents

↓ 1 callersMethod_split_on_structure
Split content on structural boundaries. Args: content: Content to split Returns: Li
docling-rag-agent/ingestion/chunker_no_docling.py:170
↓ 1 callersMethod_split_on_structure
Split content on structural boundaries. Args: content: Content to split Returns: Li
all-rag-strategies/implementation/ingestion/chunker_no_docling.py:170
↓ 1 callersMethod_transcribe_audio
Transcribe audio file using Whisper ASR via Docling.
docling-rag-agent/ingestion/ingest.py:311
↓ 1 callersMethod_transcribe_audio
Transcribe audio file using Whisper ASR via Docling.
all-rag-strategies/implementation/ingestion/ingest.py:332
↓ 1 callersFunctionadd_attachments
Add the attachments section to the page
genericsuite-app-maker-agent/streamlit_app.py:464
↓ 1 callersFunctionadd_buttons_for_code_gen_tab
Add the code generation tab buttons section to the page
genericsuite-app-maker-agent/src/codegen_buttons.py:91
↓ 1 callersFunctionadd_buttons_for_main_tab
Add the main tab buttons section to the page
genericsuite-app-maker-agent/src/codegen_buttons.py:58
↓ 1 callersFunctionadd_check_buttons_pushed
Check buttons pushed
genericsuite-app-maker-agent/streamlit_app.py:537
↓ 1 callersFunctionadd_context_to_chunk
Use LLM to generate chunk-specific context
all-rag-strategies/examples/04_contextual_retrieval.py:11
↓ 1 callersFunctionadd_documents_to_collection
Add documents to a ChromaDB collection in batches. Args: collection: ChromaDB collection ids: List of document IDs do
light-rag-agent/BasicRAG/utils.py:64
↓ 1 callersFunctionadd_documents_to_collection
Add documents to a ChromaDB collection in batches. Args: collection: ChromaDB collection ids: List of document IDs do
crawl4AI-agent-v2/utils.py:64
↓ 1 callersMethodadd_mcp_configuration
Add a new MCP server configuration if the query starts with 'mcpServer'. The query should be in the format: {"server_name": {
thirdbrain-mcp-openai-agent/mcp_client.py:230
↓ 1 callersFunctionadd_models_selection
Add the models selection to the page
genericsuite-app-maker-agent/streamlit_app.py:292
↓ 1 callersFunctionadd_show_selected_conversation
Show the selected conversation's question and answer in the main section
genericsuite-app-maker-agent/streamlit_app.py:500
↓ 1 callersFunctionadd_sidebar
Add the sidebar to the page and return the data management container
genericsuite-app-maker-agent/streamlit_app.py:518
↓ 1 callersFunctionadd_suggestions
Add the suggestions section to the page
genericsuite-app-maker-agent/streamlit_app.py:276
↓ 1 callersFunctionadd_title
Add the title section to the page
genericsuite-app-maker-agent/streamlit_app.py:242
↓ 1 callersFunctionadd_user_input
Add the user input section to the page and return the question object
genericsuite-app-maker-agent/streamlit_app.py:479
↓ 1 callersFunctionagent_loop
Main interaction loop that processes user queries using the LLM and available tools. This function: 1. Sends the user query to the LLM
thirdbrain-mcp-openai-agent/wip/mcp_openai_client.example.py:99
↓ 1 callersMethodallegro_check_video_generation
Perform a Allegro video generation request check
genericsuite-app-maker-agent/lib/codegen_ai_provider_rhymes.py:209
↓ 1 callersMethodallegro_request_video
Perform a Allegro video generation request
genericsuite-app-maker-agent/lib/codegen_ai_provider_rhymes.py:157
↓ 1 callersFunctionanalyze_chunks
Analyze and display chunk statistics.
docling-rag-agent/docling_basics/04_hybrid_chunking.py:61
↓ 1 callersMethodanalyze_matchup
Analyze a matchup and generate prediction.
nba-agent/nba_agent.py:419
↓ 1 callersMethodanalyze_matchup
Analyze NBA matchup with complete data.
nba-agent/agent_trial/nba_agent_1.py:649
↓ 1 callersFunctionanalyze_workflow
Uses LLM to perform comprehensive workflow analysis. Generates three analyses: 1. Overall workflow purpose and functionality 2. Node
n8n-expert/ingest-n8n-workflows.py:88
↓ 1 callersFunctionbuild_travel_agent_graph
Build and return the travel agent graph.
pydantic-ai-langgraph-parallelization/agent_graph.py:202
↓ 1 callersMethodchat
(self)
pydantic-ai-langgraph-parallelization/extras/flight-cli.py:32
↓ 1 callersMethodchat
(self)
pydantic-ai-langgraph-parallelization/extras/cli-sync.py:26
↓ 1 callersMethodchat
(self)
pydantic-ai-langgraph-parallelization/extras/cli-info-sync.py:29
↓ 1 callersMethodchat
(self)
pydantic-ai-langgraph-parallelization/extras/info_gathering_cli.py:30
↓ 1 callersFunctionchat_loop
Main chat loop for interacting with Claude. Args: resume_session: If True, attempts to resume the last conversation
claude-agent-sdk-demos/quickstart/simple_cli.py:57
↓ 1 callersMethodchat_loop
Run an interactive chat loop
thirdbrain-mcp-openai-agent/wip/mcp_proxy_pydantic_agent_client.example.py:174
↓ 1 callersFunctionchat_with_memories
(message: str, user_id: str = "default_user")
mem0-agent/iterations/v2-supabase-mem0.py:28
↓ 1 callersFunctionchat_with_memories
(message, user_id)
mem0-agent/iterations/v3-streamlit-supabase-mem0.py:109
↓ 1 callersFunctionchat_with_memories
(message: str, user_id: str = "default_user")
mem0-agent/iterations/v1-basic-mem0.py:20
↓ 1 callersMethodcheck_database
Check database connection.
docling-rag-agent/cli.py:191
↓ 1 callersMethodcheck_database
Check database connection.
all-rag-strategies/implementation/cli.py:191
↓ 1 callersFunctioncheck_workflow_legitimacy
Uses LLM to assess if an n8n workflow is legitimate vs test/spam. Prompts LLM to analyze workflow structure and patterns to determine va
n8n-expert/ingest-n8n-workflows.py:65
↓ 1 callersFunctionchunk_document
Convert and chunk document using HybridChunker.
docling-rag-agent/docling_basics/04_hybrid_chunking.py:30
↓ 1 callersMethodchunk_document
Chunk a document into semantically coherent pieces. Args: content: Document content title: Document
agentic-rag-knowledge-graph/ingestion/chunker.py:83
↓ 1 callersMethodchunk_document
Chunk document using simple rules. Args: content: Document content title: Document title
docling-rag-agent/ingestion/chunker_no_docling.py:353
↓ 1 callersMethodchunk_document
Chunk document using simple rules. Args: content: Document content title: Document title
all-rag-strategies/implementation/ingestion/chunker_no_docling.py:353
↓ 1 callersFunctionchunk_text
Split text into chunks, respecting code blocks and paragraphs.
crawl4AI-agent/crawl_pydantic_ai_docs.py:36
↓ 1 callersFunctionchunk_text
Splits a text into chunks, respecting code blocks, paragraphs, and sentences. This function splits a text into chunks of a specified size, priori
streambuzz-agent/utils/rag_util.py:208
↓ 1 callersMethodcleanup
Clean up server resources.
pydantic-ai-mcp-agent/mcp_client.py:138
↓ 1 callersMethodcleanup
Clean up all resources including the exit stack.
pydantic-ai-mcp-agent/extras/experimental_mcp_client.py:63
↓ 1 callersMethodcleanup
Clean up server resources.
pydantic-ai-mcp-agent/extras/experimental_mcp_client.py:139
↓ 1 callersMethodcleanup
Clean up resources
thirdbrain-mcp-openai-agent/wip/mcp_proxy_pydantic_agent_client.example.py:193
↓ 1 callersMethodcleanup_servers
Clean up all servers properly.
pydantic-ai-mcp-agent/studio-integration-version/mcp_client.py:55
↓ 1 callersMethodclear_graph
Clear all data from the knowledge graph.
agentic-rag-knowledge-graph/ingestion/graph_builder.py:352
↓ 1 callersFunctionclear_user_session
Clear the session for a user (keeps cwd configuration). Args: user_id: Telegram user ID
claude-agent-sdk-demos/telegram_integration/telegram_bot_sentry.py:183
↓ 1 callersMethodclose
Close database connections.
agentic-rag-knowledge-graph/ingestion/ingest.py:92
↓ 1 callersMethodclose
Close graph client.
agentic-rag-knowledge-graph/ingestion/graph_builder.py:47
↓ 1 callersMethodclose
Close database connections.
ag-ui-rag-agent/agent/ingestion/ingest.py:86
↓ 1 callersMethodclose
Close database connections.
docling-rag-agent/ingestion/ingest.py:86
↓ 1 callersMethodclose
Close database connections.
all-rag-strategies/implementation/ingestion/ingest.py:88
↓ 1 callersFunctionclose_database
Close database connection pool.
ag-ui-rag-agent/agent/utils/db_utils.py:78
↓ 1 callersFunctionclose_database
Close database connection pool.
docling-rag-agent/utils/db_utils.py:78
↓ 1 callersFunctionclose_database
Close database connection pool.
all-rag-strategies/implementation/utils/db_utils.py:78
↓ 1 callersFunctionclose_db
Close database connection pool.
docling-rag-agent/rag_agent.py:40
↓ 1 callersFunctionclose_db
Close database connection pool.
docling-rag-agent/cli.py:56
↓ 1 callersFunctionclose_db
Close database connection pool.
all-rag-strategies/implementation/rag_agent.py:40
↓ 1 callersFunctionclose_db
Close database connection pool.
all-rag-strategies/implementation/cli.py:56
↓ 1 callersFunctionclose_db
Close database connection pool.
all-rag-strategies/implementation/rag_agent_advanced.py:51
↓ 1 callersFunctionconfigure_langfuse
()
pydantic-ai-langfuse/configure_langfuse.py:20
↓ 1 callersFunctionconfigure_langfuse
()
pydantic-ai-langfuse/iterations/simple_pydantic_ai.py:20
↓ 1 callersMethodconnect
Initialize and connect the Claude SDK client.
claude-agent-sdk-demos/PRPs/examples/ai_docs/claude_sdk_wrapper.py:118
↓ 1 callersMethodconnect_to_server
Connect to an MCP server using config.json settings
thirdbrain-mcp-openai-agent/wip/mcp_proxy_pydantic_agent_client.example.py:29
↓ 1 callersMethodconnect_to_server_with_config
Connect to a server using the provided configuration. Args: server_name (str): The name of the server. serve
thirdbrain-mcp-openai-agent/mcp_client.py:353
↓ 1 callersFunctioncontains_valid_youtube_url
Checks if a given string contains a valid YouTube URL. This function uses a regular expression to determine if the input string matches the e
streambuzz-agent/utils/intent_util.py:10
↓ 1 callersFunctionconvert_messages
Convert a list of messages to a list of dictionaries.
genericsuite-app-maker-agent/gsam_ottomator_agent/gsam_agent_lib.py:120
↓ 1 callersFunctionconvert_sdk_to_openai_stream
Convert Claude SDK message stream to OpenAI SSE format. This function takes the async iterator from Claude SDK's receive_messages() and
claude-agent-sdk-demos/PRPs/examples/ai_docs/openai_converter.py:40
↓ 1 callersFunctionconvert_sdk_to_openai_stream
Convert Claude SDK message stream to OpenAI SSE format. This function takes the async iterator from Claude SDK's receive_messages() and
claude-agent-sdk-demos/obsidian_integration/openai_converter.py:34
↓ 1 callersFunctioncrawl_articles
Crawl content from a list of articles. Args: articles (list): List of articles with URLs session_id (str): Session ID fo
tweet-generator-agent/crawler_utils.py:67
↓ 1 callersFunctioncrawl_batch
Batch crawl using logic from 3-crawl_sitemap_in_parallel.py.
crawl4AI-agent-v2/insert_docs.py:130
↓ 1 callersFunctioncrawl_markdown_file
Crawl a .txt or markdown file using logic from 4-crawl_and_chunk_markdown.py.
crawl4AI-agent-v2/insert_docs.py:104
↓ 1 callersFunctioncrawl_parallel
Crawl multiple URLs in parallel with a concurrency limit.
crawl4AI-agent/crawl_pydantic_ai_docs.py:180
↓ 1 callersFunctioncrawl_parallel
(urls: List[str], max_concurrent: int = 3)
crawl4AI-agent/crawl4AI-examples/3-crawl_docs_FAST.py:18
↓ 1 callersFunctioncrawl_parallel
(urls: List[str], max_concurrent: int = 10)
crawl4AI-agent-v2/crawl4AI-examples/3-crawl_sitemap_in_parallel.py:17
↓ 1 callersFunctioncrawl_recursive_batch
(start_urls, max_depth=3, max_concurrent=10)
crawl4AI-agent-v2/crawl4AI-examples/5-crawl_site_recursively.py:15
↓ 1 callersFunctioncrawl_recursive_internal_links
Recursive crawl using logic from 5-crawl_recursive_internal_links.py. Returns list of dicts with url and markdown.
crawl4AI-agent-v2/insert_docs.py:62
↓ 1 callersFunctioncrawl_sequential
(urls: List[str])
crawl4AI-agent/crawl4AI-examples/2-crawl_docs_sequential.py:8
↓ 1 callersFunctioncrawl_sequential
(urls: List[str])
crawl4AI-agent-v2/crawl4AI-examples/2-crawl_docs_sequential.py:8
↓ 1 callersFunctioncrawl_url
Fetch and parse content from a URL. Args: url (str): URL to crawl session_id (str): Session ID for logging Retu
tweet-generator-agent/crawler_utils.py:6
↓ 1 callersMethodcreate_agent
Factory method to create specialized agents for each step
genericsuite-app-maker-agent/lib/codegen_schema_generator.py:419
↓ 1 callersFunctioncreate_chunker
Create appropriate chunker based on configuration. Args: config: Chunking configuration Returns: Chunker instan
docling-rag-agent/ingestion/chunker_no_docling.py:453
↓ 1 callersFunctioncreate_chunker
Create appropriate chunker based on configuration. Args: config: Chunking configuration Returns: Chunker instan
all-rag-strategies/implementation/ingestion/chunker_no_docling.py:453
↓ 1 callersMethodcreate_dynamic_tool
Create a dynamic tool for a given server and tool. Args: tool: The tool object. server_name (str): The name
thirdbrain-mcp-openai-agent/mcp_client.py:585
↓ 1 callersFunctioncreate_knowledge_base
Creates a knowledge base from a user-uploaded document. This function handles the creation of a knowledge base from a document, including ret
streambuzz-agent/utils/rag_util.py:304
↓ 1 callersMethodcreate_pydantic_ai_tools
Convert MCP tools to pydantic_ai Tools.
pydantic-ai-mcp-agent/mcp_client.py:116
↓ 1 callersMethodcreate_pydantic_ai_tools
Convert MCP tools to pydantic_ai Tools.
pydantic-ai-mcp-agent/studio-integration-version/mcp_client.py:111
↓ 1 callersMethodcreate_pydantic_ai_tools
Convert MCP tools to pydantic_ai Tools.
pydantic-ai-mcp-agent/extras/experimental_mcp_client.py:117
↓ 1 callersFunctioncreate_search_function_model
Create FunctionModel that simulates search behavior. Args: search_results: Expected search results to return Returns:
ag-ui-rag-agent/agent/tests/conftest.py:142
↓ 1 callersFunctioncreate_self_signed_cert
Create a self-signed certificate for HTTPS
tweet-generator-agent/twitter_auth.py:84
↓ 1 callersMethodcreate_tool_instance
Initialize a Pydantic AI Tool from an MCP Tool.
pydantic-ai-mcp-agent/mcp_client.py:121
↓ 1 callersMethodcreate_tool_instance
Initialize a Pydantic AI Tool from an MCP Tool.
pydantic-ai-mcp-agent/studio-integration-version/mcp_client.py:116
↓ 1 callersMethodcreate_tool_instance
Initialize a Pydantic AI Tool from an MCP Tool.
pydantic-ai-mcp-agent/extras/experimental_mcp_client.py:122
↓ 1 callersFunctioncreate_vector_store
Create and persist Chroma vector store.
r1-distill-rag/ingest_pdfs.py:29
↓ 1 callersMethoddata_management_components
Show data management components in the side bar
genericsuite-app-maker-agent/lib/codegen_streamlit_lib.py:736
↓ 1 callersFunctiondeactivate_session
Deactivates all streams and marks all buzz as inactive for a given session. This function deactivates streams associated with the session, and up
streambuzz-agent/utils/youtube_util.py:327
← previousnext →401–500 of 1,846, ranked by callers