Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanmiCoder/skills-agent-proto
/ functions
Functions
280 in github.com/NanmiCoder/skills-agent-proto
⨍
Functions
280
◇
Types & classes
38
↳
Endpoints
4
Method
test_format_tool_result_error
(self)
tests/test_cli.py:159
Method
test_format_tool_result_json
(self)
tests/test_cli.py:163
Method
test_format_tool_result_success
(self)
tests/test_cli.py:155
Method
test_full_workflow
测试完整工作流
tests/test_cli.py:129
Method
test_generic_tool
(self)
tests/test_stream.py:412
Method
test_get_all
测试获取所有工具调用(包括已发送的)
tests/test_stream.py:198
Method
test_get_display_args
(self)
tests/test_cli.py:114
Method
test_get_pending
测试获取待处理的工具调用
tests/test_stream.py:124
Method
test_glob_pattern
(self)
tests/test_stream.py:388
Method
test_grep_pattern
(self)
tests/test_stream.py:392
Method
test_handle_done_event
(self)
tests/test_cli.py:75
Method
test_handle_done_event_preserves_existing
(self)
tests/test_cli.py:86
Method
test_handle_text_event
(self)
tests/test_cli.py:36
Method
test_handle_thinking_event
(self)
tests/test_cli.py:24
Method
test_handle_tool_call_event
(self)
tests/test_cli.py:48
Method
test_handle_tool_result_event
(self)
tests/test_cli.py:61
Method
test_has_args_empty_dict
(self)
tests/test_stream.py:297
Method
test_has_args_none
(self)
tests/test_stream.py:294
Method
test_has_args_with_content
(self)
tests/test_stream.py:300
Function
test_health_endpoint
()
tests/test_web_api.py:46
Method
test_incremental_update
测试分多次更新的情况
tests/test_stream.py:80
Method
test_init
(self)
tests/test_cli.py:14
Method
test_is_ready_with_args
测试:有 name 和 args 时应该 ready
tests/test_stream.py:103
Method
test_is_ready_with_name_only
测试:只有 name 时应该 ready
tests/test_stream.py:96
Method
test_is_ready_without_name
测试:没有 name 时不 ready
tests/test_stream.py:109
Method
test_is_success_failed
(self)
tests/test_stream.py:274
Method
test_is_success_failed_prefix
(self)
tests/test_stream.py:306
Method
test_is_success_ok
(self)
tests/test_stream.py:270
Method
test_is_success_ok_prefix
(self)
tests/test_stream.py:303
Method
test_is_success_plain
(self)
tests/test_stream.py:312
Method
test_is_success_traceback
(self)
tests/test_stream.py:278
Method
test_is_success_traceback
(self)
tests/test_stream.py:309
Method
test_list_dir
(self)
tests/test_stream.py:396
Function
test_live_agent_invoke_and_stream
(provider: str)
tests/test_e2e_live.py:79
Method
test_load_skill
(self)
tests/test_stream.py:400
Method
test_mark_emitted
测试:标记已发送后不再 ready
tests/test_stream.py:115
Method
test_multiple_lines
(self)
tests/test_stream.py:450
Method
test_no_truncation_needed
(self)
tests/test_stream.py:463
Method
test_none_args
(self)
tests/test_stream.py:408
Function
test_openai_agent_enables_reasoning_effort_kwargs
()
tests/test_agent.py:146
Function
test_openai_chat_completions_accepts_full_endpoint_base_url
()
tests/test_agent.py:202
Function
test_openai_chat_completions_adds_v1_to_proxy_base_url
()
tests/test_agent.py:176
Function
test_openai_compatible_chat_completions_streams_end_to_end
()
tests/test_agent.py:227
Function
test_openai_compatible_full_endpoint_streams_without_duplicate_path
()
tests/test_agent.py:251
Function
test_parse_cors_origins_falls_back_on_all_whitespace
()
tests/test_web_api.py:152
Function
test_parse_cors_origins_parses_custom_origins
()
tests/test_web_api.py:137
Function
test_parse_cors_origins_returns_defaults_when_empty_string
()
tests/test_web_api.py:132
Function
test_parse_cors_origins_returns_defaults_when_none
()
tests/test_web_api.py:126
Function
test_parse_cors_origins_skips_empty_entries
()
tests/test_web_api.py:147
Function
test_parse_cors_origins_strips_whitespace
()
tests/test_web_api.py:142
Function
test_prompt_endpoint
()
tests/test_web_api.py:68
Method
test_read_file
(self)
tests/test_stream.py:370
Method
test_read_file_content
测试读取文件内容(直接测试 Path 操作)
tests/test_tools.py:127
Method
test_read_long_path
(self)
tests/test_stream.py:374
Function
test_resolve_model_config_defaults_to_anthropic_legacy_env
()
tests/test_agent.py:89
Function
test_resolve_model_config_supports_openai_generic_env
()
tests/test_agent.py:108
Function
test_resolve_model_config_supports_openai_provider_specific_env
()
tests/test_agent.py:128
Method
test_resolve_path_absolute
测试绝对路径
tests/test_tools.py:121
Method
test_resolve_path_absolute
(self)
tests/test_stream.py:315
Method
test_resolve_path_relative
测试相对路径解析
tests/test_tools.py:116
Method
test_resolve_path_relative
(self)
tests/test_stream.py:319
Method
test_single_line
(self)
tests/test_stream.py:447
Function
test_skills_endpoint
()
tests/test_web_api.py:57
Method
test_status_values
(self)
tests/test_stream.py:350
Method
test_success_prefix
(self)
tests/test_stream.py:340
Method
test_successful_command
测试成功执行的命令
tests/test_tools.py:74
Method
test_text_event
(self)
tests/test_stream.py:39
Method
test_thinking_event
(self)
tests/test_stream.py:34
Method
test_tool_call_event
(self)
tests/test_stream.py:44
Method
test_tool_result_event
(self)
tests/test_stream.py:51
Method
test_truncate_long
(self)
tests/test_stream.py:327
Method
test_truncate_short
(self)
tests/test_stream.py:323
Method
test_truncation
(self)
tests/test_stream.py:428
Method
test_truncation_applied
(self)
tests/test_stream.py:469
Method
test_update_and_get
(self)
tests/test_stream.py:71
Method
test_whitespace_only
(self)
tests/test_stream.py:456
Method
test_write_creates_parent_dirs
测试自动创建父目录
tests/test_tools.py:149
Method
test_write_file
(self)
tests/test_stream.py:380
Method
test_write_file_content
测试写入文件(直接测试 Path 操作)
tests/test_tools.py:141
Function
write_file
Write content to a file. Use this to: - Save generated content - Create new files - Modify existing files Args: fil
src/langchain_skills/tools.py:201
← previous
201–280 of 280, ranked by callers