Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Add langchain, marked, and html-entities as dependencies
Browse files Browse the repository at this point in the history
Several new modules including 'html-entities', 'langchain', 'marked', '@anthropic-ai/sdk' and '@langchain' packages have been added to the project dependencies. This commit also incorporates additions of '@types' modules relevant to the new dependencies.
  • Loading branch information
mysticfall committed Jan 28, 2024
1 parent 362fc80 commit 9bdedd0
Show file tree
Hide file tree
Showing 3 changed files with 1,234 additions and 15 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# Opticat

Opticat is an experimental API designed for game development.
Opticat is an experimental API designed for game development. Currently, it's focusing on text-based role-playing
games using LLM(Large Language Model)s, but it may change in the future.

## Project Status

Expand All @@ -11,7 +12,7 @@ programming paradigms, it's purely experimental at this point and not suitable f

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-97.71%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-97.77%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-87.23%25-yellow.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-97.71%25-brightgreen.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-97.58%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-97.52%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-87.32%25-yellow.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-97.58%25-brightgreen.svg?style=flat) |

## Motivation

Expand Down
Loading

0 comments on commit 9bdedd0

Please sign in to comment.