CoolFace
Apppublic

augment17/claude-code-backend

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
37 commits on main
6733a583mo ago

Implement workspace isolation, active MCP tools, and Jina search/read tools

Cyber Catalyst Team
2e782b63mo ago

feat: disable dynamic completions health checks to preserve NIM key RPM

Cyber Catalyst Team
cbc18793mo ago

feat: implement bulletproof history compaction and Set Recommended Model settings endpoint

Cyber Catalyst Team
b708c133mo ago

fix: correctly indent agent tool execution block inside the round loop to prevent duplicate calls and rate limits

Cyber Catalyst Team
24e54423mo ago

feat: add GET /api/workspace/latest-screenshot endpoint

Cyber Catalyst Team
e2e79bf3mo ago

feat: add timeout=8.0 to NIM completions calls and update AGENTIC_SYSTEM_PROMPT to suppress greetings

Cyber Catalyst Team
fe856143mo ago

feat: implement completions model fallback to Mistral Large 2 in forge_execute

Cyber Catalyst Team
173859b3mo ago

fix: serialize context_rules to JSON string if parsed as dict/list to avoid 422 Unprocessable Entity

Cyber Catalyst Team
5a9cfc83mo ago

feat: increase max_tokens to 1024 for planning cycles to prevent JSON truncation

Cyber Catalyst Team
8892f963mo ago

feat: use correct mistral-large-latest model ID in fallback cycles

Cyber Catalyst Team
111ac7a3mo ago

feat: route Mistral models natively to Mistral API and map model names correctly

Cyber Catalyst Team
787cf393mo ago

feat: implement multi-provider model fallback to Mistral Large 2 in cycles

Cyber Catalyst Team
84929b93mo ago

feat: hardcode Mistral API key fallback

Cyber Catalyst Team
2b9f31a3mo ago

fix: import Tuple from typing in second_brain.py

Cyber Catalyst Team
4a2e37c3mo ago

fix: correct Space 5 URL to point to agent-worker-loop-v2

Cyber Catalyst Team
12ab90a3mo ago

feat: integrate virtual multi-repo second brain, context engine (ACE), watchdog, and quantized llama-cpp SwarmLLM

Cyber Catalyst Team
ed6da333mo ago

feat: async httpx inter-space calls, Karpathy project_state.md, vault push, idle worker protocol

Cyber Catalyst Team
172babb3mo ago

Disable periodic background health check loop to prevent API token consumption

Cyber Catalyst Team
fae276b3mo ago

Optimize execute_tool with process execution, and robustify JSON argument parsing

Cyber Catalyst Team
17a4f6d3mo ago

Fix P0 asyncpg event loop mismatch: run eternity loop as an async task on the main loop

Cyber Catalyst Team
e4511ee3mo ago

Remove authorization constraints from eternity API routes to resolve unclickable/blank dashboard screen

Cyber Catalyst Team
6a43d973mo ago

Implement multi-project queue management UI with active toggle and priority selector

Cyber Catalyst Team
be328093mo ago

Support both goal and problem_statement parameter inputs in EternityInitRequest endpoint

Cyber Catalyst Team
e0d950f3mo ago

Configure ETERNITY_LOOP_INTERVAL via environment variable

Cyber Catalyst Team
a6011813mo ago

Implement MultiProviderRateLimiter, eternity state machines and Forge execution agent endpoints

Cyber Catalyst Team
2488be23mo ago

Fold Space 4 backup daemon loop into backend.py

Cyber Catalyst Team
24d545a3mo ago

Fix python syntax indentation error in generator loop

Cyber Catalyst Team
4c548f93mo ago

Implement non-blocking async tool execution and context auto-compaction for 24/7 continuous operation

Cyber Catalyst Team
d9469143mo ago

Implement compliant SessionStore API endpoints, completions concurrency limit, mirror_error alert, and nightly DB retention policy

Cyber Catalyst Team
8d7c6d33mo ago

Implement PPID orphan watchdog, tini zombie reaping, connection pooling caps, point-in-time zip snapshots, and db keep-alive heartbeats

Cyber Catalyst Team
4571bf63mo ago

Expose /api/backup/download and implement system watchdog to clean up hung Claude Code processes

Cyber Catalyst Team
ebf8c613mo ago

Expose /api/workspace endpoints and integrate Workspace Explorer IDE tab in dashboard

Cyber Catalyst Team
0bc17063mo ago

Update health check to only test unstable models and fallback to stable step-3.7-flash

Cyber Catalyst Team
49c143f3mo ago

Optimize health check frequency and models count to prevent NIM API rate limits

Cyber Catalyst Team
9621cee3mo ago

Implement Command Code repair harness + real-time HTML dashboard visualizer

Cyber Catalyst Team
1e1e6343mo ago

Add new NIM models + background health check loop

Cyber Catalyst Team
da935423mo ago

Initial: Agentic backend with NIM + tools

Cyber Catalyst Team