LearnNewsExamplesServices
Frontmatter
id7397
titleUpdate AGENTS.md with Correct Health Check Endpoint
stateClosed
labels
enhancementai
assigneestobiu
createdAtOct 7, 2025, 9:28 AM
updatedAtOct 7, 2025, 9:41 AM
githubUrlhttps://github.com/neomjs/neo/issues/7397
authortobiu
commentsCount0
parentIssue7316
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 7, 2025, 9:41 AM

Update AGENTS.md with Correct Health Check Endpoint

Closed v11.0.0 enhancementai
tobiu
tobiu commented on Oct 7, 2025, 9:28 AM

This ticket addresses a critical error in the agent's session initialization protocol as documented in AGENTS.md. The current instructions specify using http://localhost:8001/health to check the status of the memory core server. This endpoint is incorrect for the version of ChromaDB in use, resulting in a 404 Not Found error and causing the health check to fail silently.

This silent failure has led to repeated debugging cycles in multiple sessions. The correct, functional endpoint has been identified as http://localhost:8001/api/v2/healthcheck. Additionally, the Swagger UI available at http://localhost:8001/docs/ is a valuable resource for endpoint discovery and should be documented for future debugging.

This sub-task aims to:

  • Correct the health check command in AGENTS.md to prevent future initialization failures.
  • Add a note about using the /docs endpoint for easier debugging of the memory server API.

Acceptance Criteria

  1. The curl command in AGENTS.md for the memory core health check is updated to use the correct /api/v2/healthcheck endpoint.
  2. A note is added to AGENTS.md mentioning the availability of the Swagger UI at the /docs endpoint for debugging purposes.
tobiu assigned to @tobiu on Oct 7, 2025, 9:28 AM
tobiu added the enhancement label on Oct 7, 2025, 9:28 AM
tobiu added the ai label on Oct 7, 2025, 9:28 AM
tobiu added parent issue #7316 on Oct 7, 2025, 9:28 AM
tobiu referenced in commit cc29481 - "Update AGENTS.md with Correct Health Check Endpoint #7397" on Oct 7, 2025, 9:41 AM
tobiu closed this issue on Oct 7, 2025, 9:41 AM