← Back to all projects

OpenClaw: Agentic Coding Assistant

2026-...
AI AgentsLocal LLMTool CallingReActOpen SourceAutomation

OpenClaw is a major open-source agentic coding assistant framework. My contributions represent a focused effort to enhance the core infrastructure, particularly for users leveraging local LLMs. I worked on bridging the gap between small local models and advanced tool-calling requirements through both new feature development and critical bug resolution.

Key Contributions (Local AI Focus):

  • Capability Discovery & Probing (New Feature): Designed and implemented the background probing system that automatically detects whether a local model (via Ollama or similar) supports native tool calling or requires a fallback mechanism.
  • Standardized ReAct Fallback (Infrastructure): Developed the ReAct execution path, enabling 'dumb' local models to perform complex tool calls by following structured thought processes.
  • Reliable Stream Interleaving (Bug Fixes): Resolved several long-standing issues with how local models handle interleaved thoughts and actions in response streams, specifically fixing parsing errors for indented and unanchored markers.
  • Persistent Model Caching: Created a thread-safe caching layer to store discovered model capabilities locally, significantly reducing latency and redundant API calls across agent sessions.

Media Gallery

OpenClaw: Agentic Coding Assistant media 1
OpenClaw: Agentic Coding Assistant media 2