mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-07-25 02:35:23 -04:00
Other agents #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aseha231ha on GitHub (Feb 22, 2026).
Hello guys, any option to add other agents like KIMI, Qwen, Deep Seek?
Regards
@TheMajical commented on GitHub (Feb 26, 2026):
As far as I’ve tested, for the DeepSeek API you can use:
DEEPSEEK_API_KEY=sk-e9exxxxxxxxxxxxxxxxxxxxxxxxHowever, since the API is not free and requires funds, I’m currently exploring local models running on LLMStudio or Ollama instead.
From what I understand, local models work differently, they don’t provide API keys but instead expose local API endpoints.
Could you clarify how we can integrate this tool with locally hosted models (e.g., via Ollama or LM Studio)?
@GH05TCREW