Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleam00/ottomator-agents
/ functions
Functions
1,846 in github.com/coleam00/ottomator-agents
⨍
Functions
1,846
◇
Types & classes
402
↳
Endpoints
53
↓ 4 callers
Function
store_message
Store a message in the Supabase messages table.
lead-generator-agent/studio_leadgen_agent_endpoint.py:89
↓ 4 callers
Method
timer_message
Start a timer
genericsuite-app-maker-agent/lib/codegen_streamlit_lib.py:84
↓ 3 callers
Method
_create_mock_update
Helper to create mock Telegram update.
claude-agent-sdk-demos/telegram_integration/tests/test_sentry_monitoring.py:130
↓ 3 callers
Method
_simple_split
Simple text splitting as fallback. Args: text: Text to split Returns: List of chunk
ag-ui-rag-agent/agent/ingestion/chunker.py:246
↓ 3 callers
Method
_simple_split
Simple text splitting as fallback. Args: text: Text to split Returns: List of chunk
docling-rag-agent/ingestion/chunker_no_docling.py:246
↓ 3 callers
Method
_simple_split
Simple text splitting as fallback. Args: text: Text to split Returns: List of chunk
all-rag-strategies/implementation/ingestion/chunker_no_docling.py:246
↓ 3 callers
Function
add_episodes
Add episodes to the graph with a given prefix.
graphiti-agent/llm_evolution.py:40
↓ 3 callers
Function
add_footer
Add the footer to the page
genericsuite-app-maker-agent/streamlit_app.py:592
↓ 3 callers
Method
call_tool
Create a callable function for a specific tool. This allows us to execute database operations through the MCP server. Args:
thirdbrain-mcp-openai-agent/wip/mcp_openai_client.example.py:78
↓ 3 callers
Method
chat
(self)
pydantic-github-agent/cli.py:26
↓ 3 callers
Method
chunk_document
Chunk document using simple rules. Args: content: Document content title: Document title
ag-ui-rag-agent/agent/ingestion/chunker.py:353
↓ 3 callers
Method
close
Close connection pool.
agentic-rag-knowledge-graph/agent/db_utils.py:52
↓ 3 callers
Function
create_chunker
Create appropriate chunker based on configuration. Args: config: Chunking configuration Returns: Chunker instan
ag-ui-rag-agent/agent/ingestion/chunker.py:453
↓ 3 callers
Function
display_welcome
Display welcome message.
ag-ui-rag-agent/agent/cli.py:154
↓ 3 callers
Method
generate
Generates the PowerPoint slides
genericsuite-app-maker-agent/lib/codegen_powerpoint.py:32
↓ 3 callers
Method
generate_json
Main entry point to generate the .json files
genericsuite-app-maker-agent/lib/codegen_schema_generator.py:581
↓ 3 callers
Function
get_active_stream
(session_id)
streambuzz-agent/agents/buzz_master.py:48
↓ 3 callers
Function
get_chroma_client
Get a ChromaDB client with the specified persistence directory. Args: persist_directory: Directory where ChromaDB will store its data
light-rag-agent/BasicRAG/utils.py:12
↓ 3 callers
Function
get_chroma_client
Get a ChromaDB client with the specified persistence directory. Args: persist_directory: Directory where ChromaDB will store its data
crawl4AI-agent-v2/utils.py:12
↓ 3 callers
Method
get_client_args
Returns the client configuration for the LLM call
genericsuite-app-maker-agent/lib/codegen_ai_abstracts.py:402
↓ 3 callers
Function
get_embedding_client
Get embedding client configuration based on environment variables. Returns: Configured OpenAI-compatible client for embeddings
agentic-rag-knowledge-graph/agent/providers.py:34
↓ 3 callers
Function
get_embedding_model
Get embedding model name from environment. Returns: Embedding model name
agentic-rag-knowledge-graph/agent/providers.py:50
↓ 3 callers
Method
get_form_name
Returns the form session state key
genericsuite-app-maker-agent/lib/codegen_general_lib.py:381
↓ 3 callers
Function
get_ideation_from_prompt_config
Returns the ideation from prompt configuration
genericsuite-app-maker-agent/lib/codegen_app_ideation_lib.py:317
↓ 3 callers
Function
get_llm_model
Get LLM model configuration based on environment variables. Args: model_choice: Optional override for model choice Retu
agentic-rag-knowledge-graph/agent/providers.py:16
↓ 3 callers
Method
get_llm_model_index
( self, parent_param_name: str, parent_session_state_key: str, param_name: str
genericsuite-app-maker-agent/lib/codegen_general_lib.py:551
↓ 3 callers
Method
get_llm_provider_index
( self, param_name: str, session_state_key: str )
genericsuite-app-maker-agent/lib/codegen_general_lib.py:535
↓ 3 callers
Method
get_model
Returns the model to use based on the default model to use
genericsuite-app-maker-agent/lib/codegen_schema_generator.py:323
↓ 3 callers
Method
get_model_configurations
Returns the model configurations
genericsuite-app-maker-agent/lib/codegen_streamlit_lib.py:1284
↓ 3 callers
Method
get_model_configurations
Returns the model configurations
genericsuite-app-maker-agent/lib/codegen_general_lib.py:590
↓ 3 callers
Method
get_model_response
Returns the response from the index or the chat
genericsuite-app-maker-agent/lib/codegen_schema_generator.py:378
↓ 3 callers
Method
get_prompt_enhancement_flag
Get prompt enhancement flag condition
genericsuite-app-maker-agent/lib/codegen_general_lib.py:651
↓ 3 callers
Function
graph_search_tool
Search the knowledge graph. Args: input_data: Search parameters Returns: List of graph search results
agentic-rag-knowledge-graph/agent/tools.py:143
↓ 3 callers
Method
image_gen
Perform a image generation request
genericsuite-app-maker-agent/lib/codegen_ai_utilities.py:110
↓ 3 callers
Method
init_llm
Abstract method for initializing the LLM
genericsuite-app-maker-agent/lib/codegen_ai_abstracts.py:115
↓ 3 callers
Method
initialize
Create connection pool.
agentic-rag-knowledge-graph/agent/db_utils.py:40
↓ 3 callers
Function
log_memory
(prefix: str = "")
crawl4AI-agent/crawl4AI-examples/3-crawl_docs_FAST.py:25
↓ 3 callers
Function
make_nws_request
Make a request to the NWS API with proper error handling.
thirdbrain-mcp-openai-agent/weather-server-python/src/weather/server.py:54
↓ 3 callers
Function
prepare_model_params
Returns the OpenAI API client and model configurations
genericsuite-app-maker-agent/lib/codegen_ai_abstracts.py:12
↓ 3 callers
Method
query
Query the RAG agent with a question. Args: question: The question to ask max_results: Maximum number
foundational-rag-agent/agent/agent.py:70
↓ 3 callers
Function
save_message
Store a message in the Supabase messages table.
thirdbrain-mcp-openai-agent/thirdbrain_mcp_openai_agent.py:128
↓ 3 callers
Function
split_by_header
(md, header_pattern)
crawl4AI-agent-v2/insert_docs.py:24
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
file-agent/file_agent.py:78
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
genericsuite-app-maker-agent/gsam_ottomator_agent/gsam_supabase_agent.py:92
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
mcp-agent-army/studio-integration-version/mcp_agent_army_endpoint.py:103
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
ask-reddit-agent/agent_endpoint.py:83
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
crawl4AI-agent/studio-integration-version/pydantic_ai_expert_endpoint.py:89
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
pydantic-ai-advanced-researcher/studio-integration-version/web_search_endpoint.py:84
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
nba-agent/nba_agent.py:551
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
mem0-agent/studio-integration-version/mem0_agent_endpoint.py:104
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
pydantic-ai-mcp-agent/studio-integration-version/pydantic_mcp_agent_endpoint.py:96
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
~sample-python-agent~/sample_supabase_agent.py:74
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
pydantic-github-agent/github_agent_endpoint.py:87
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
pydantic-github-agent/studio-integration-version/github_agent_endpoint.py:84
↓ 3 callers
Function
store_message
Store a message in Supabase.
python-local-ai-agent/main.py:192
↓ 3 callers
Function
store_message
Store a message in the Supabase messages table.
~voiceflow-dialog-api-integration~/voiceflow_integration.py:60
↓ 3 callers
Method
text_generation
( self, question: str = None, other_data: dict = None, settings: dict = None
genericsuite-app-maker-agent/lib/codegen_general_lib.py:659
↓ 3 callers
Method
update_conversations
Update the side bar conversations from the database
genericsuite-app-maker-agent/lib/codegen_streamlit_lib.py:157
↓ 3 callers
Method
validate_question
Validate the question
genericsuite-app-maker-agent/lib/codegen_streamlit_lib.py:655
↓ 3 callers
Function
vector_search_tool
Perform vector similarity search. Args: input_data: Search parameters Returns: List of matching chunks
agentic-rag-knowledge-graph/agent/tools.py:104
↓ 2 callers
Method
CEO_Agent
Main agent that creates initial plan and final summary
genericsuite-app-maker-agent/lib/codegen_schema_generator.py:386
↓ 2 callers
Method
__aenter__
Async context manager entry
thirdbrain-mcp-openai-agent/wip/mcp_openai_client.example.py:46
↓ 2 callers
Method
_create_chunk
Create a DocumentChunk object.
agentic-rag-knowledge-graph/ingestion/chunker.py:434
↓ 2 callers
Method
_create_chunk
Create a DocumentChunk object.
ag-ui-rag-agent/agent/ingestion/chunker.py:434
↓ 2 callers
Method
_create_chunk
Create a DocumentChunk object.
docling-rag-agent/ingestion/chunker_no_docling.py:434
↓ 2 callers
Method
_create_chunk
Create a DocumentChunk object.
docling-rag-agent/ingestion/chunker.py:357
↓ 2 callers
Method
_create_chunk
Create a DocumentChunk object.
all-rag-strategies/implementation/ingestion/chunker_no_docling.py:434
↓ 2 callers
Method
_create_chunk
Create a DocumentChunk object.
all-rag-strategies/implementation/ingestion/chunker.py:357
↓ 2 callers
Method
_create_chunk_objects
Create DocumentChunk objects from text chunks. Args: chunks: List of chunk texts original_content: O
agentic-rag-knowledge-graph/ingestion/chunker.py:297
↓ 2 callers
Method
_create_chunk_objects
Create DocumentChunk objects from text chunks. Args: chunks: List of chunk texts original_content: O
ag-ui-rag-agent/agent/ingestion/chunker.py:297
↓ 2 callers
Method
_create_chunk_objects
Create DocumentChunk objects from text chunks. Args: chunks: List of chunk texts original_content: O
docling-rag-agent/ingestion/chunker_no_docling.py:297
↓ 2 callers
Method
_create_chunk_objects
Create DocumentChunk objects from text chunks. Args: chunks: List of chunk texts original_content: O
all-rag-strategies/implementation/ingestion/chunker_no_docling.py:297
↓ 2 callers
Method
_create_zero_embedding
Create a zero vector with the correct dimension.
foundational-rag-agent/document_processing/embeddings.py:39
↓ 2 callers
Method
_format_season_stats
Format season averages for display.
nba-agent/agent_trial/nba_agent_1.py:474
↓ 2 callers
Method
_generate_fallback_analysis
Generate a basic analysis when AI analysis fails.
nba-agent/agent_trial/nba_agent_1.py:454
↓ 2 callers
Method
_generate_prediction
Generate prediction using AI analysis of comprehensive team and player data.
nba-agent/agent_trial/nba_agent_1.py:355
↓ 2 callers
Method
_get_team_leaders
Get team statistical leaders.
nba-agent/agent_trial/nba_agent_1.py:179
↓ 2 callers
Method
_hash_text
Generate hash for text.
agentic-rag-knowledge-graph/ingestion/embedder.py:330
↓ 2 callers
Method
_hash_text
Generate hash for text.
ag-ui-rag-agent/agent/ingestion/embedder.py:330
↓ 2 callers
Method
_hash_text
Generate hash for text.
docling-rag-agent/ingestion/embedder.py:330
↓ 2 callers
Method
_hash_text
Generate hash for text.
all-rag-strategies/implementation/ingestion/embedder.py:330
↓ 2 callers
Method
_process_individually
Process texts individually as fallback. Args: texts: List of texts to embed Returns:
agentic-rag-knowledge-graph/ingestion/embedder.py:174
↓ 2 callers
Method
_process_individually
Process texts individually as fallback. Args: texts: List of texts to embed Returns:
ag-ui-rag-agent/agent/ingestion/embedder.py:174
↓ 2 callers
Method
_process_individually
Process texts individually as fallback. Args: texts: List of texts to embed Returns:
docling-rag-agent/ingestion/embedder.py:174
↓ 2 callers
Method
_process_individually
Process texts individually as fallback. Args: texts: List of texts to embed Returns:
all-rag-strategies/implementation/ingestion/embedder.py:174
↓ 2 callers
Method
_simple_fallback_chunk
Simple fallback chunking when HybridChunker can't be used. This is used when: - No DoclingDocument is provided - Hyb
docling-rag-agent/ingestion/chunker.py:189
↓ 2 callers
Method
_simple_fallback_chunk
Simple fallback chunking when HybridChunker can't be used. This is used when: - No DoclingDocument is provided - Hyb
all-rag-strategies/implementation/ingestion/chunker.py:189
↓ 2 callers
Function
_simple_intent_match
Simple intent matching using string matching. Args: text: Input text to classify Returns: Tuple of (intent, conf
streambuzz-agent/utils/intent_util.py:25
↓ 2 callers
Method
_split_long_section
Split a long section using LLM for semantic boundaries. Args: section: Section to split Returns
agentic-rag-knowledge-graph/ingestion/chunker.py:202
↓ 2 callers
Method
_split_on_structure
Split content on structural boundaries. Args: content: Content to split Returns: Li
agentic-rag-knowledge-graph/ingestion/chunker.py:170
↓ 2 callers
Method
add_document_to_graph
Add document chunks to the knowledge graph. Args: chunks: List of document chunks document_title: Ti
agentic-rag-knowledge-graph/ingestion/graph_builder.py:53
↓ 2 callers
Function
add_results_containers
Add the results containers to the page
genericsuite-app-maker-agent/streamlit_app.py:490
↓ 2 callers
Function
agent_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/mcp_client.py:653
↓ 2 callers
Method
allegro_query
Perform a Allegro video generation request
genericsuite-app-maker-agent/lib/codegen_ai_provider_rhymes.py:105
↓ 2 callers
Method
check_health
Check API health.
agentic-rag-knowledge-graph/cli.py:70
↓ 2 callers
Method
chunk_by_separator
Split text by separator first, then ensure chunks are within size limits. Args: text: The text to split
foundational-rag-agent/document_processing/chunker.py:83
↓ 2 callers
Method
chunk_document
Chunk document using simple paragraph-based rules. Args: content: Document content title: Document title
docling-rag-agent/ingestion/chunker.py:275
↓ 2 callers
Method
chunk_document
Chunk document using simple paragraph-based rules. Args: content: Document content title: Document title
all-rag-strategies/implementation/ingestion/chunker.py:275
↓ 2 callers
Method
cleanup
Clean up all resources including the exit stack.
pydantic-ai-mcp-agent/mcp_client.py:62
↓ 2 callers
Method
cleanup
Clean up server resources.
pydantic-ai-mcp-agent/studio-integration-version/mcp_client.py:133
← previous
next →
101–200 of 1,846, ranked by callers