0xallam
9ad20cadcf
fix(executor): include error type in httpx RequestError messages
...
The str() of httpx.RequestError was often empty, making error messages
unhelpful. Now includes the exception type (e.g., ConnectError) for
better debugging.
2026-01-15 17:40:21 -08:00
0xallam
8e67c10c8b
fix(agent): fix agent loop hanging and simplify LLM module
...
- Fix agent loop getting stuck by adding hard stop mechanism
- Add _force_stop flag for immediate task cancellation across threads
- Use thread-safe loop.call_soon_threadsafe for cross-thread cancellation
- Remove request_queue.py (eliminated threading/queue complexity causing hangs)
- Simplify llm.py: direct acompletion calls, cleaner streaming
- Reduce retry wait times to prevent long hangs during retries
- Make timeouts configurable (llm_max_retries, memory_compressor_timeout, sandbox_execution_timeout)
- Keep essential token tracking (input/output/cached tokens, cost, requests)
- Maintain Anthropic prompt caching for system messages
2026-01-14 18:54:45 -08:00
0xallam
35339ff419
fix(agent): fix tool schemas not retrieved on pyinstaller binary and validate tool call args
2026-01-14 10:57:32 -08:00
0xallam
2288c20eae
refactor: replace type ignores with inline fallbacks
2026-01-10 15:49:03 -08:00
0xallam
e586cd7f61
feat: add centralized Config class with auto-save to ~/.strix/cli-config.json
...
- Add Config class with all env var defaults in one place
- Auto-load saved config on startup (env vars take precedence)
- Auto-save config after successful LLM warm-up
- Replace scattered os.getenv() calls with Config.get()
2026-01-10 15:49:03 -08:00
0xallam
2574c54435
chore(tools): raise sandbox execution timeout
...
Increase default sandbox tool execution timeout from 120s to 500s while keeping connect timeout unchanged.
2025-12-14 20:40:00 -08:00
0xallam
58cdb273c1
fix: add timeout to sandbox tool execution HTTP calls
...
Replace timeout=None with configurable timeouts (120s execution, 10s connect)
to prevent hung sandbox connections from blocking indefinitely.
Configurable via STRIX_SANDBOX_EXECUTION_TIMEOUT and STRIX_SANDBOX_CONNECT_TIMEOUT
environment variables.
2025-12-07 17:07:25 +04:00
Ahmed Allam
ec45205fce
refactor: Migrate tracer to new telemetry module
2025-10-31 21:07:21 +02:00
Ahmed Allam
833e4dfdce
feat(interface): Introduce non-interactive CLI mode and restructure UI layer
2025-10-31 21:07:21 +02:00
Ahmed Allam
675f14cc56
Fix tool server http requests issues ( #37 )
2025-09-24 04:41:23 +01:00
Ahmed Allam
312fc936cf
Running all agents under same container ( #12 )
2025-08-18 21:58:38 +01:00
Ahmed Allam
81ac98e8b9
Open-source release for Alpha version
2025-08-08 20:36:44 -07:00