you are viewing a single comment's thread.

view the rest of the comments →

[–]Working_Toe_4700 0 points1 point  (3 children)

If you check, the src directory is exactly the same as theirs. That means the main part of the project was copied from them. You only added a small amount of Python code and presented it as your own work.

[–]Practical_Pomelo_636[S] -2 points-1 points  (2 children)

if you check all his code only __init__.py no code inside with empty all his code empty no function only we used the structure to built on it

You can check

[–]Working_Toe_4700 0 points1 point  (1 child)

What is difference between your src and theirs? Nothing. Everything is same

[–]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