carlospolop/chack-agent

Run the chack agent with a prompt and parameters.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
providerModel provider/backend: DEFAULT_BACKEND, openai, openrouter, codex, gemini, claude, or langgraphnoDEFAULT_BACKEND
model_primaryPrimary model (e.g., gpt-4o, gpt-5.2-codex)noBEST_QUALITY
thinking_effortThinking/reasoning effort: none, minimal, low, medium, high, xhigh (extra high), or maxnohigh
model_social_networkSocial network model (optional)noCHEAP_BUT_QUALITY
model_scientificScientific model (optional)noCHEAP_BUT_QUALITY
model_websearcherWebsearcher model (optional)noCHEAP_BUT_QUALITY
model_cliCLI researcher model (optional)noCHEAP_BUT_QUALITY
system_promptSystem promptnoYou are an advanced research agent.
user_promptUser prompt (ignored if prompt_file is provided)no""
prompt_filePath to a prompt file (relative to the repo workspace)no""
output_schema_filePath to a JSON schema file (relative to the repo workspace)no""
output_schema_jsonInline JSON schema (string)no""
output_schema_nameName for the output schemanooutput_schema
output_schema_strictWhether to enforce strict JSON schema modenotrue
main_actionAgent main_actionnogithub_action
sub_actionAgent sub_actionnorun
session_idTelemetry session_id override (optional). If empty, a unique GitHub run-based id is used.no""
tools_config_jsonJSON dict for ToolsConfig overridesno{"exec_enabled": true}
session_config_jsonJSON dict for SessionConfig overridesno{}
agent_config_jsonJSON dict for AgentConfig overridesno{}
agent_max_runtime_minutesMaximum runtime (minutes) for the agent run (0 = unlimited)no0
agent_max_cost_usdMaximum estimated spend for the agent run in USD (0 = unlimited)no0
logging_levelLogging levelnoINFO
max_turnsSession max_turns override (0 to keep default)no100
openai_api_keyOpenAI API key (optional, prefer env OPENAI_API_KEY)no""
codex_access_tokenCodex access token (optional, prefer env CODEX_ACCESS_TOKEN; used first for provider=codex)no""
openrouter_api_keyOpenRouter API key (optional, prefer env OPENROUTER_API_KEY)no""
openrouter_http_refererOpenRouter HTTP referer (optional)no""
openrouter_app_nameOpenRouter app name (optional)no""
openrouter_base_urlOpenRouter base URL (optional)no""
gemini_api_keyGemini API key (optional, prefer env GEMINI_API_KEY)no""
google_api_keyGoogle API key for Gemini (optional, prefer env GOOGLE_API_KEY)no""
anthropic_api_keyAnthropic API key (optional, prefer env ANTHROPIC_API_KEY)no""
claude_api_keyAnthropic API key alias (optional, prefer env CLAUDE_API_KEY)no""
namedescription
final-messageAgent output