Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoshuaC215/agent-service-toolkit
/ functions
Functions
316 in github.com/JoshuaC215/agent-service-toolkit
⨍
Functions
316
◇
Types & classes
60
↳
Endpoints
8
Function
test_settings_with_openai_key
()
tests/core/test_settings.py:45
Function
test_settings_with_vertexai_credentials_file
()
tests/core/test_settings.py:61
Function
test_stream
Test synchronous streaming.
tests/client/test_client.py:123
Function
test_stream
Test streaming tokens and messages.
tests/service/test_service.py:216
Function
test_stream_interrupt
(test_client, mock_agent)
tests/service/test_service.py:323
Function
test_stream_no_tokens
Test streaming without tokens.
tests/service/test_service.py:271
Function
test_three_layer_supervisor_hierarchy_agent_with_fake_model
()
tests/service/test_service_message_generator.py:23
Function
test_transcribe_api_error
Test that API errors are handled gracefully.
tests/voice/providers/test_openai_stt.py:47
Function
test_transcribe_audio_stt_not_configured
Test _transcribe_audio returns None when STT not configured.
tests/voice/test_manager.py:61
Function
test_transcribe_seeks_file_to_beginning
Test that transcribe seeks file to beginning before reading.
tests/voice/providers/test_openai_stt.py:25
Function
test_transcribe_strips_whitespace
Test that transcription result has whitespace stripped.
tests/voice/providers/test_openai_stt.py:36
Function
test_transcribe_success
Test successful audio transcription.
tests/voice/providers/test_openai_stt.py:16
Function
test_validate_text_too_long
Test that text longer than MAX_LENGTH is truncated.
tests/voice/providers/test_openai_tts.py:41
Function
test_validate_text_too_short
Test that text shorter than MIN_LENGTH returns None.
tests/voice/providers/test_openai_tts.py:32
Function
verify_bearer
( http_auth: Annotated[ HTTPAuthorizationCredentials | None, Depends(HTTPBearer(descriptio
src/service/service.py:53
Function
web_search
Search the web for information.
src/agents/langgraph_supervisor_agent.py:21
← previous
301–316 of 316, ranked by callers