Skip to content

refactor: implement session management endpoints and refactor session…#10

Merged
NoOne7135 merged 5 commits into
mainfrom
refactor
May 21, 2026
Merged

refactor: implement session management endpoints and refactor session…#10
NoOne7135 merged 5 commits into
mainfrom
refactor

Conversation

@NoOne7135
Copy link
Copy Markdown
Contributor

… handling

  • Added new session management endpoints: get-sessions, get-session-info, create-session, delete-session, and add-system-message-to-turns.
  • Introduced AgentSessionStore class to encapsulate session-related logic, including creating new turns and managing chat surface sessions.
  • Refactored index.ts to streamline endpoint setup and improve code organization.
  • Created error handling utilities in errors.ts for better error management.

… handling

- Added new session management endpoints: get-sessions, get-session-info, create-session, delete-session, and add-system-message-to-turns.
- Introduced AgentSessionStore class to encapsulate session-related logic, including creating new turns and managing chat surface sessions.
- Refactored index.ts to streamline endpoint setup and improve code organization.
- Created error handling utilities in errors.ts for better error management.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

@NoOne7135 NoOne7135 merged commit 8effd46 into main May 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants