mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #66] [Enhancement]: intergrations for the best open source model as of today #34
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 @s-b-repo on GitHub (Oct 25, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/66
Originally assigned to: @asdek on GitHub.
Target Component
External Integrations (LLM/Search APIs)
Enhancement Description
https://www.kimi.com
Technical Details
N/A
Designs and Mockups
N/A
Alternative Solutions
none
Verification
@asdek commented on GitHub (Oct 25, 2025):
Hello @s-b-repo, thank you for your request,
PentAGI supports Kimi K2 LLM via OpenRouter and DeepInfra, and I also added a configuration for Moonshot API in f2f51dd.
You can try this using the following environment variables:
Before running, execute
docker compose pulland thendocker compose up -dRegarding the web-search feature, I studied the documentation on how this can be used through the API, and it seems that such behavior is too unique for this LLM provider. OpenAI implements this through Response API, Anthropic uses a different type of function, Google Gemini requires a full JSON schema for built-in functions, etc.
Overall, I don't see a great need to use this capability, as PentAGI already contains a sufficient number of search engines, namely: Built-in browser via scraper for gathering the latest information from web sources, advanced search APIs including Tavily, Traversaal, Perplexity, DuckDuckGo, Google Custom Search, and Searxng for comprehensive information gathering. The built-in browser and DuckDuckGo are enabled by default, Searxng needs to be installed separately, and the rest require API keys, but their usage costs don't differ significantly from Moonshot, so this change is not currently planned.