test / agentflow /engine

Commit History

llm7: auto-truncate long prompts to 8000-char anonymous cap (no token); drop pro GLM model; keeps fast llm7 path for all prompt sizes
c2db67f

sasa commited on

llm7: keep only confirmed-free models (mistral-small-3.2 lead), faster 45s timeout/failover
53de733

sasa commited on

AutoFastLLM: free OpenAI-compatible providers (llm7.io pool + Pollinations/GAS fallbacks), lazy sticky routing, 429 cooldown, optional LLM7_API_KEY
7a323aa

sasa commited on

Auto-lift prompt char cap when an llm7/HF proxy token is configured; document rate-limit fix (PROXY_KEY secret) in README
b934c77

AgentFlow Updater commited on

AutoFastLLM: throttle requests to respect proxy rate limit (1/s), exponential backoff on 429, and reject GAS deflection responses so garbage never surfaces as the answer
5f192c3

AgentFlow Updater commited on

AutoFastLLM: shrink oversized prompts to fit the reliable gpt-4o-mini proxy instead of falling back to the search-style GAS proxy (fixes degenerate planning output)
0ca7942

AgentFlow Updater commited on

Skip long prompts on limited HF proxy
9e3fdc3

oka commited on

Stabilize AutoFastLLM fallback routing
7c5f837

oka commited on

Fix Chatbot message format and tool alias
2d4aa52

oka commited on

Add AgentFlow SearXNG AutoFast Space
24cf6bf

oka commited on