Skip to content

Commit 927ac66

Browse files
committed
uprade
1 parent 22b4400 commit 927ac66

File tree

5 files changed

+2
-24
lines changed

5 files changed

+2
-24
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
publish = true
33
name = "llm-weaver"
4-
version = "0.1.99"
4+
version = "0.2.0"
55
edition = "2021"
66
description = "Manage long conversations with any LLM"
77
readme = "README.md"

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<div align="center">
2-
<img src="./assets/loom-logo-1024x1024.png" width="60%">
3-
42
[<img alt="github" src="https://img.shields.io/badge/maintenance%20status-actively%20developed-brightgreen?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/snowmead/llm-weaver)
53
[<img alt="github" src="https://img.shields.io/badge/github-snowmead/llm_weaver-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/snowmead/llm-weaver)
64
[<img alt="crates.io" src="https://img.shields.io/crates/v/llm-weaver.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/llm-weaver)
@@ -21,23 +19,3 @@ Once a certain threshold of context tokens is reached, the library will summariz
2119
## Usage
2220

2321
Follow the [crate level documentation](https://docs.rs/llm-weaver/latest/llm_weaver/) for a detailed explanation of how to use the library.
24-
25-
## Use Cases
26-
27-
- **Text-Based RPGs:** Crafting coherent and persistently evolving narratives and interactions in text-based role-playing games.
28-
29-
- **Customer Support Chatbots:** Developing chatbots that remember past user interactions and provide personalized support.
30-
31-
- **Educational Virtual Tutors:** Implementing AI tutors that remember student interactions and tailor assistance accordingly.
32-
33-
- **Healthcare Virtual Assistants:** Creating healthcare assistants that provide follow-up advice and reminders based on past user health queries.
34-
35-
- **AI-Driven MMO NPC Interactions:** Enhancing MMO experiences by enabling NPCs to have contextually relevant interactions with players based on past encounters.
36-
37-
## Contribution
38-
39-
If you are passioniate about this project, please feel free to fork the repository and submit pull requests for enhancements, bug fixes, or additional features.
40-
41-
## License
42-
43-
LLM Weaver is distributed under the MIT License, ensuring maximum freedom for using and sharing it in your projects.

assets/loom-logo-1024x1024.png

-342 KB
Binary file not shown.

assets/loom-logo-500x500.png

-89.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)