Skip to content

Feat/chat ldo #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 29, 2025
Merged

Feat/chat ldo #145

merged 13 commits into from
May 29, 2025

Conversation

jaxoncreed
Copy link
Collaborator

Chat in LDO feature.

@michielbdejong michielbdejong requested a review from Copilot May 25, 2025 21:42
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a new chat feature using LDO and introduces extensive tests, schema definitions, and various utility functions to manage chats in Solid Pods.

  • Adds the Chat class with methods for creating, updating, and deleting chats, as well as for sending and iterating messages.
  • Introduces utility functions for scheduling daily triggers and handling result errors.
  • Updates configuration files, shape definitions, and integration tests to support the chat functionality.

Reviewed Changes

Copilot reviewed 25 out of 25 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
chats/ldo/test/testFiles.helper.ts Defines a basic test resource structure for simulating chat files.
chats/ldo/test/integration.test.ts Includes integration tests covering chat creation, message sending, and retrieval.
chats/ldo/test/configs/... Provides sample templates and configurations for chats in Solid Pods.
chats/ldo/src/util/scheduleNewDayTrigger.ts Implements a helper for triggering callbacks when a new UTC day begins.
chats/ldo/src/util/resultHelpers.ts Adds functions to simplify error handling of asynchronous resource operations.
chats/ldo/src/Chat.ts Contains the Chat class featuring methods for resource creation, message handling, and subscription management.
chats/ldo/src/.shapes/*.shex, *.ts, *.jsonld Define the schema, context, and shape types used by chat resources.
chats/ldo/package.json and README.md Update project configuration and documentation with installation and usage details.
chats/.gitignore and chats/README.md Minor updates to include the new ldo chat module.

@jaxoncreed jaxoncreed merged commit 09c18a0 into main May 29, 2025
3 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