Skip to content
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

update docs #82

Merged
merged 19 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/green-taxis-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"schema-stream": patch
"llm-polyglot": patch
"zod-stream": patch
"evalz": patch
"stream-hooks": patch
---

updating docs
11 changes: 11 additions & 0 deletions .syncpackrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"specifierTypes": ["!workspace-protocol"],
"versionGroups": [
{
"label": "Use workspace protocol when developing local packages",
"dependencies": ["$LOCAL"],
"dependencyTypes": ["dev", "peer", "optional", "prod"],
"pinVersion": "workspace:*"
}
]
}
Empty file removed .zed/settings.json
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

## Overview

Island AI is a collection of low-level utilities and high-level tools for handling structured data streams from Large Language Models (LLMs). The packages range from basic JSON streaming parsers to complete LLM clients, giving you the flexibility to build custom solutions or use pre-built integrations.
Island AI is a collection of low-level utilities and high-level tools for handling structured data streams from LLMs. The packages range from basic JSON streaming parsers to complete LLM clients, giving you the flexibility to build custom solutions or use pre-built integrations.

## Core Packages

Expand Down
21 changes: 0 additions & 21 deletions apps/next-demo/.eslintrc.js

This file was deleted.

132 changes: 0 additions & 132 deletions apps/next-demo/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion apps/next-demo/README.md

This file was deleted.

Loading