[PR #11924] [CLOSED] [AGENT] implement the status api #18929

Closed
opened 2026-04-16 06:52:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11924
Author: @AKafakA
Created: 8/15/2025
Status: Closed

Base: mainHead: status-api


📝 Commits (1)

  • a2672c8 [AGENT] implement the status api

📊 Changes

5 files changed (+209 additions, -49 deletions)

View changed files

📝 api/client.go (+9 -0)
📝 api/types.go (+13 -0)
📝 server/routes.go (+66 -34)
📝 server/sched.go (+117 -11)
📝 server/sched_test.go (+4 -4)

📄 Description

Try to implement a PR to export the internal status of requests/memory, which can be fetched by a python client.
Not intend to merge.


🔄 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/11924 **Author:** [@AKafakA](https://github.com/AKafakA) **Created:** 8/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `status-api` --- ### 📝 Commits (1) - [`a2672c8`](https://github.com/ollama/ollama/commit/a2672c8e726efe4bf884abc88b07484879218292) [AGENT] implement the status api ### 📊 Changes **5 files changed** (+209 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `api/client.go` (+9 -0) 📝 `api/types.go` (+13 -0) 📝 `server/routes.go` (+66 -34) 📝 `server/sched.go` (+117 -11) 📝 `server/sched_test.go` (+4 -4) </details> ### 📄 Description Try to implement a PR to export the internal status of requests/memory, which can be fetched by a python client. Not intend to merge. --- <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-16 06:52:04 -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#18929