Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HazyResearch/minions
/ functions
Functions
1,660 in github.com/HazyResearch/minions
⨍
Functions
1,660
◇
Types & classes
282
↳
Endpoints
40
↓ 1 callers
Function
list_clients
List all OAuth2 clients.
apps/minions-a2a/manage_oauth2_clients.py:15
↓ 1 callers
Function
list_keys
List all API keys.
apps/minions-a2a/manage_api_keys.py:20
↓ 1 callers
Method
list_nodes
List all nodes and their capabilities.
minions/clients/distributed_inference.py:132
↓ 1 callers
Method
list_servers
Get list of configured server names
minions/minions_mcp.py:87
↓ 1 callers
Function
load_character_presets
Load character presets from YAML file.
apps/minions-character-chat/utils.py:19
↓ 1 callers
Function
load_text_files
Load all text files from the specified directory. Args: directory_path: Path to the directory containing text files file
apps/minions-doc-search/local_rag_document_search.py:144
↓ 1 callers
Method
login_to_gmail
Log in to Gmail using the specified browser and credentials. :param browser: Browser to use (e.g., "Safari", "Chrome", "Fire
minions/minion_cua.py:1483
↓ 1 callers
Function
main
()
minions_cli.py:410
↓ 1 callers
Function
main
Main function to handle stdin/stdout interface.
minion_stdin_interface.py:166
↓ 1 callers
Function
main
()
minions/utils/vram_perf_calculator.py:415
↓ 1 callers
Function
main
()
minions/utils/minion_evaluator.py:393
↓ 1 callers
Function
main
Main application entry point
apps/minions-story-teller/app.py:1026
↓ 1 callers
Function
main
()
apps/minions-webgpu/main.js:41
↓ 1 callers
Function
main
Main function to demonstrate the document search with different retriever types.
apps/minions-doc-search/local_rag_document_search.py:663
↓ 1 callers
Function
main
Main Streamlit application.
apps/minions-character-chat/app.py:32
↓ 1 callers
Function
main
()
apps/minions-tools/app.py:365
↓ 1 callers
Function
main
Main entry point.
apps/minions-a2a/run_server.py:90
↓ 1 callers
Function
main
()
apps/minions-a2a/manage_api_keys.py:95
↓ 1 callers
Function
main
()
apps/minions-a2a/manage_oauth2_clients.py:67
↓ 1 callers
Function
main
Main entry point.
apps/minions-a2a/tests/integration/run_integration_tests.py:1144
↓ 1 callers
Function
main
Main test execution.
apps/minions-a2a/tests/integration/test_client_minion.py:615
↓ 1 callers
Function
main
Main test execution.
apps/minions-a2a/tests/integration/test_client_minions.py:619
↓ 1 callers
Function
main
Main entry point.
apps/minions-a2a/examples/webapp/run_webapp.py:420
↓ 1 callers
Function
main
Main entry point.
apps/minions-a2a/a2a_minions/server.py:962
↓ 1 callers
Function
main
Main test runner
tests/run_integration_tests.py:159
↓ 1 callers
Function
main
Main example function.
tests/test_llama_cpp.py:71
↓ 1 callers
Function
main
Main example function.
tests/test_mistral.py:70
↓ 1 callers
Method
menu_click
Click a menu item in an application menu bar. :param app_name: Name of the application :param menu_name: Name of the
minions/minion_cua.py:1389
↓ 1 callers
Function
multi_turn_example
Example of multi-turn conversation.
tests/test_mistral.py:46
↓ 1 callers
Method
multimodal_chat
Handle multimodal chat completions using the Qwen2.5-Omni model. Args: messages: List of message dictionaries with 'role
minions/clients/huggingface.py:371
↓ 1 callers
Method
multimodal_chat
Handle multimodal chat completions using the Qwen2.5-Omni model. Args: messages: List of message dictionaries with 'role
secure/utils/clients/huggingface.py:264
↓ 1 callers
Method
open_app
Open a macOS application using the 'open' command.
minions/minion_cua.py:791
↓ 1 callers
Method
optimize_num_tasks_per_round
Find the optimal num_tasks_per_round value by running experiments Args: task: Task for minions to perform
minions/utils/parameter_optimizer.py:223
↓ 1 callers
Function
parallel_extract
Extract clean markdown content from URLs using Parallel AI's Extract API. Converts any public URL into clean markdown, including JavaScr
minions/utils/parallel_search_util.py:72
↓ 1 callers
Function
parallel_search
Search the web using Parallel AI's Search API. Args: objective: Natural language objective describing what you want to find
minions/utils/parallel_search_util.py:10
↓ 1 callers
Function
parse_arguments
Parse command line arguments.
apps/minions-doc-search/local_rag_document_search.py:592
↓ 1 callers
Method
parse_powermetrics
Parse the powermetrics output to extract power information. Expected lines in the output: CPU Power: 4382 mW GPU
minions/utils/energy_tracking.py:60
↓ 1 callers
Function
pretty_print_gpu_claims
Pretty print GPU claims dictionary with formatted output. Args: gpu_claims (dict): Dictionary containing GPU attestation claims
secure/utils/crypto_utils.py:451
↓ 1 callers
Function
print_attestation_analysis
Print the attestation analysis. Just for debugging.
secure/utils/crypto_utils.py:485
↓ 1 callers
Method
print_status
Print status of all API keys
tests/utils/env_checker.py:63
↓ 1 callers
Function
print_summary
Print test summary
tests/run_integration_tests.py:98
↓ 1 callers
Function
process_pdf_to_markdown
Process all pages of a PDF and convert each to markdown. Args: pdf_data: Path to the PDF file or PDF data as bytes prompt: P
minions/utils/doc_processing.py:466
↓ 1 callers
Method
pull_model
Download and register a model on the server.
minions/clients/lemonade.py:235
↓ 1 callers
Method
query_ollama
Query the student model (Ollama).
minions/utils/minion_evaluator.py:45
↓ 1 callers
Function
read_document
Read document from file path.
minions/utils/minion_evaluator.py:383
↓ 1 callers
Function
register_client
Register a new OAuth2 client.
apps/minions-a2a/manage_oauth2_clients.py:37
↓ 1 callers
Method
removePdf
()
apps/minions-docker/web-minions/main.js:621
↓ 1 callers
Function
render_blank_character_creator
Render interface to create a blank character for manual editing.
apps/minions-character-chat/app.py:387
↓ 1 callers
Function
render_character_creation
Render the character creation interface.
apps/minions-character-chat/app.py:149
↓ 1 callers
Function
render_character_editor
Render the character editor interface.
apps/minions-character-chat/app.py:400
↓ 1 callers
Function
render_character_sheet
Render the character sheet display.
apps/minions-character-chat/app.py:273
↓ 1 callers
Function
render_character_upload
Render the character upload interface.
apps/minions-character-chat/app.py:334
↓ 1 callers
Function
render_chat_interface
Render the chat interface with the generated character.
apps/minions-character-chat/app.py:247
↓ 1 callers
Function
render_history
(history)
minions_secure_chat.py:48
↓ 1 callers
Method
render_main_interface
Render the main story generation interface
apps/minions-story-teller/app.py:453
↓ 1 callers
Function
render_sidebar
Render the sidebar with configuration options.
apps/minions-character-chat/app.py:60
↓ 1 callers
Method
render_sidebar
Render the sidebar with configuration options
apps/minions-story-teller/app.py:344
↓ 1 callers
Method
rerank
Rerank documents for given queries using ColBERT's late interaction. Args: queries: List of query strings
minions/utils/retrievers.py:714
↓ 1 callers
Function
reset_character_and_chat
Reset character and chat history.
apps/minions-character-chat/utils.py:355
↓ 1 callers
Method
responses
Handle chat completions using the Responses API for reasoning models.
minions/clients/openrouter.py:156
↓ 1 callers
Method
responses
Handle completions using the Groq Responses API. Args: messages: List of message dictionaries with 'role' and 'content'
minions/clients/groq.py:83
↓ 1 callers
Method
responses
( self, messages: List[Dict[str, Any]], **kwargs )
minions/clients/openai.py:165
↓ 1 callers
Method
responses
( self, messages: List[Dict[str, Any]], **kwargs )
secure/utils/clients/openai.py:51
↓ 1 callers
Function
retrieve_chunks_from_chroma
( chunks, keywords, embedding_model="granite3.2-vision", k=10 )
minions/utils/multimodal_retrievers.py:630
↓ 1 callers
Function
retrieve_chunks_from_qdrant
Retrieve chunks from Qdrant vector database. :param chunks: List of text chunks to embed and search through :param keywords: List of key
minions/utils/multimodal_retrievers.py:649
↓ 1 callers
Function
revoke_client
Revoke an OAuth2 client.
apps/minions-a2a/manage_oauth2_clients.py:49
↓ 1 callers
Function
revoke_key
Revoke an API key.
apps/minions-a2a/manage_api_keys.py:59
↓ 1 callers
Method
run_all_tests
Run all integration tests.
apps/minions-a2a/tests/integration/run_integration_tests.py:1062
↓ 1 callers
Method
run_all_tests
Run all tests in the suite.
apps/minions-a2a/tests/integration/test_client_minion.py:568
↓ 1 callers
Method
run_all_tests
Run all tests in the suite.
apps/minions-a2a/tests/integration/test_client_minions.py:573
↓ 1 callers
Method
run_evaluation
Run the full evaluation process and generate a comprehensive report.
minions/utils/minion_evaluator.py:282
↓ 1 callers
Function
run_gpu_attestation
Call the NVIDIA Local GPU Verifier (nvtrust) and retrieve the JWT Entity Attestation Token (EAT). Assumes the package pip install nv-
secure/utils/crypto_utils.py:147
↓ 1 callers
Function
run_hf_mem
Run hf-mem CLI to estimate inference memory requirements for a HuggingFace model. Uses the hf-mem package (https://github.com/alvarobart
minions/utils/vram_perf_calculator.py:303
↓ 1 callers
Function
run_minion_mcp_method
Run the MCP Minion method using only callbacks
apps/minions-tools/app.py:268
↓ 1 callers
Function
run_model
Run the SGLang model with the given context.
secure/remote/remote_model.py:134
↓ 1 callers
Function
run_ollama_direct_method
Run the direct Ollama method (no MCP)
apps/minions-tools/app.py:236
↓ 1 callers
Function
run_protocol
Run the protocol with pre-initialized clients.
app.py:1218
↓ 1 callers
Function
run_service_tests
Run tests for a specific service
tests/run_integration_tests.py:32
↓ 1 callers
Function
run_snp_attestation
()
secure/utils/crypto_utils.py:256
↓ 1 callers
Function
run_tests
Run all unit tests and display results.
apps/minions-a2a/tests/run_unit_tests.py:27
↓ 1 callers
Function
save_comparison_results
Save comparison results to a JSON file.
apps/minions-tools/utils.py:31
↓ 1 callers
Method
schat
Handle synchronous chat completions.
minions/clients/gemini.py:649
↓ 1 callers
Method
schat
Handle synchronous chat completions. Args: messages: List of message dictionaries with 'role' and 'content' keys
minions/clients/mlx_clients.py:213
↓ 1 callers
Method
schat
Handle synchronous chat completions with optional MCP tool calling.
minions/clients/ollama.py:376
↓ 1 callers
Method
schat
Synchronous chat: used for Minion and DeepResearch.
minions/clients/lemonade.py:68
↓ 1 callers
Method
schat
Handle synchronous chat completions.
secure/utils/clients/gemini.py:229
↓ 1 callers
Method
schat
Handle synchronous chat completions. If you pass a list of message dicts, we do one call for that entire conversation. If you pass a
secure/utils/clients/ollama.py:169
↓ 1 callers
Function
scrape_url
Scrape a URL using Firecrawl v2 API. Args: url: The URL to scrape api_key: Optional API key. If not provided, reads from
minions/utils/firecrawl_util.py:17
↓ 1 callers
Function
search_documents
Search documents using the specified retriever and return top k results. Args: query: Search query (string for semantic retrieve
apps/minions-doc-search/local_rag_document_search.py:242
↓ 1 callers
Method
send_request_streaming
Send JSON-RPC request with streaming response.
apps/minions-a2a/tests/integration/run_integration_tests.py:119
↓ 1 callers
Method
send_task
Send a task to the A2A server.
apps/minions-a2a/examples/webapp/app.py:54
↓ 1 callers
Method
send_task_streaming
Send a task with streaming response.
apps/minions-a2a/tests/integration/test_client_minion.py:69
↓ 1 callers
Method
send_task_streaming
Send a task with streaming response.
apps/minions-a2a/tests/integration/test_client_minions.py:71
↓ 1 callers
Method
send_task_streaming
Send task with streaming response.
apps/minions-a2a/examples/webapp/app.py:86
↓ 1 callers
Method
setup_clients
Set up the AI clients based on user selection
apps/minions-story-teller/app.py:123
↓ 1 callers
Method
showPdfInfo
()
apps/minions-docker/web-minions/main.js:596
↓ 1 callers
Method
showPdfProgress
()
apps/minions-docker/web-minions/main.js:555
↓ 1 callers
Method
shutdown
Shutdown the converter and clean up resources.
apps/minions-a2a/a2a_minions/converters.py:491
↓ 1 callers
Function
split_into_chapters
Split story text into chapters with titles and content. Args: story_text: The full story text Returns: List
apps/minions-story-teller/utils.py:138
↓ 1 callers
Method
startMinion
()
apps/minions-docker/web/main.js:155
← previous
next →
601–700 of 1,660, ranked by callers