Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ run
Method
run
tutorials/18_design_patterns_for_agents.py:221–223 ·
view source on GitHub ↗
(self, user_input: str)
Source
from the content-addressed store, hash-verified
219
self.api_url =
"https://api.anthropic.com/v1/messages"
220
221
def
run(self, user_input: str):
222
# 这里直接调 API——无法测试、无法替换
223
pass
224
225
print(
" class BadRuntime:"
)
226
print(
" def __init__(self):"
)
Callers
15
test_cli_summary_runs
Method · 0.80
test_parity_audit_runs
Method · 0.80
test_commands_and_tools_cli_run
Method · 0.80
test_route_and_show_entry_cli_run
Method · 0.80
test_bootstrap_cli_runs
Method · 0.80
test_exec_command_and_tool_cli_run
Method · 0.80
test_setup_report_and_registry_filters_run
Method · 0.80
test_load_session_cli_runs
Method · 0.80
test_tool_permission_filtering_cli_runs
Method · 0.80
test_turn_loop_cli_runs
Method · 0.80
test_remote_mode_clis_run
Method · 0.80
test_flush_transcript_cli_runs
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_cli_summary_runs
Method · 0.64
test_parity_audit_runs
Method · 0.64
test_commands_and_tools_cli_run
Method · 0.64
test_route_and_show_entry_cli_run
Method · 0.64
test_bootstrap_cli_runs
Method · 0.64
test_exec_command_and_tool_cli_run
Method · 0.64
test_setup_report_and_registry_filters_run
Method · 0.64
test_load_session_cli_runs
Method · 0.64
test_tool_permission_filtering_cli_runs
Method · 0.64
test_turn_loop_cli_runs
Method · 0.64
test_remote_mode_clis_run
Method · 0.64
test_flush_transcript_cli_runs
Method · 0.64