Frontmatter
| id | 7361 |
| title | Clarify Agent Memory Server Port in AGENTS.md |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Oct 5, 2025, 10:55 AM |
| updatedAt | Oct 5, 2025, 10:58 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7361 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7316 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 5, 2025, 10:58 AM |
The
AGENTS.mdfile currently implies the agent should check for the memory core server on the default port 8000. However, the knowledge base server runs on port 8000, and the memory server runs on port 8001. This ambiguity can lead to incorrect server checks during the agent's initialization process.Goal
Update
AGENTS.mdto clearly state that the memory server runs on port 8001 and ensure the health check command targets the correct port. This will improve the reliability of the agent's session initialization.