[PR #15187] docs: add kbot integration #61761

Open
opened 2026-04-29 16:47:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15187
Author: @isaacsight
Created: 4/1/2026
Status: 🔄 Open

Base: mainHead: add-kbot-integration


📝 Commits (1)

  • 327f326 docs: add kbot integration

📊 Changes

3 files changed (+107 additions, -0 deletions)

View changed files

📝 docs/docs.json (+1 -0)
📝 docs/integrations/index.mdx (+1 -0)
docs/integrations/kbot.mdx (+105 -0)

📄 Description

Summary

Add kbot to the Ollama integrations page.

kbot is an open-source terminal AI agent (MIT license) with:

  • 670+ built-in tools across coding, science, finance, security, music production
  • 35 specialist agents with automatic routing
  • Learning engine that improves over time
  • 20 AI providers including deep Ollama integration
  • 3,400+ weekly npm downloads

kbot connects to Ollama via the OpenAI-compatible API at localhost:11434/v1 and supports ollama launch kbot via the --ollama-launch flag.

Changes

  • docs/integrations/kbot.mdx — New integration page with install, usage, model recommendations, and feature overview
  • docs/integrations/index.mdx — Add kbot to Coding Agents list
  • docs/docs.json — Add kbot to sidebar navigation

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/15187 **Author:** [@isaacsight](https://github.com/isaacsight) **Created:** 4/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-kbot-integration` --- ### 📝 Commits (1) - [`327f326`](https://github.com/ollama/ollama/commit/327f326c08fd1423a43e57fc5682186e5aea535b) docs: add kbot integration ### 📊 Changes **3 files changed** (+107 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs.json` (+1 -0) 📝 `docs/integrations/index.mdx` (+1 -0) ➕ `docs/integrations/kbot.mdx` (+105 -0) </details> ### 📄 Description ## Summary Add [kbot](https://github.com/isaacsight/kernel) to the Ollama integrations page. kbot is an open-source terminal AI agent (MIT license) with: - **670+ built-in tools** across coding, science, finance, security, music production - **35 specialist agents** with automatic routing - **Learning engine** that improves over time - **20 AI providers** including deep Ollama integration - **3,400+ weekly npm downloads** kbot connects to Ollama via the OpenAI-compatible API at `localhost:11434/v1` and supports `ollama launch kbot` via the `--ollama-launch` flag. ## Changes - `docs/integrations/kbot.mdx` — New integration page with install, usage, model recommendations, and feature overview - `docs/integrations/index.mdx` — Add kbot to Coding Agents list - `docs/docs.json` — Add kbot to sidebar navigation ## Links - **npm**: [@kernel.chat/kbot](https://www.npmjs.com/package/@kernel.chat/kbot) - **GitHub**: [isaacsight/kernel](https://github.com/isaacsight/kernel) - **Web**: [kernel.chat](https://kernel.chat) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 16:47:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#61761