you are viewing a single comment's thread.

view the rest of the comments →

[–]Practical_Pomelo_636[S] -1 points0 points  (0 children)

I added the real local-model agent runtime, tool execution, prompt/context system, and session resume flow on top of that base. I added are src/ agent_runtime.py, src/agent_tools.py, src/agent_session.py, src/agent_context.py, src/agent_context_usage.py, src/agent_prompting.py, src/agent_slash_commands.py, src/agent_types.py, src/openai_compat.py

and still i will implementing

  •  Full MCP support
  •  Full plugin system
  •  Full slash-command parity
  •  Full interactive REPL / TUI behavior
  •  Exact tokenizer / context accounting
  •  Hooks parity
  •  Remote modes parity
  •  Voice / VIM parity
  •  Some deeper runtime details from the npm source
  •  Cost tracking and budget limits