Skip to content
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# llmpane

The embeddable LLM chat component for Python backends.
Type-safe streaming chat backend for Python with a drop-in React UI. Pydantic AI agents, SSE, and conversation persistence — just plug in your agent and go.

**Not another ChatGPT clone.** llmpane is a lightweight React component
that connects to your FastAPI endpoint. You control the LLM, the logic,
the data—llmpane just handles the conversation UI.
**Not another ChatGPT clone.** You control the LLM, the logic, the data — llmpane handles the streaming infrastructure and UI.

## When to use llmpane vs. alternatives

Expand Down
2 changes: 1 addition & 1 deletion packages/llmpane-py/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# llmpane

A lightweight, embeddable chat UI component for Python/FastAPI backends serving LLM features.
Type-safe streaming chat backend for Python with a drop-in React UI. Pydantic AI agents, SSE, and conversation persistence — just plug in your agent and go.

## Features

Expand Down
2 changes: 1 addition & 1 deletion packages/llmpane-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "llmpane"
version = "0.1.0"
description = "A lightweight, embeddable chat UI component for Python/FastAPI backends serving LLM features"
description = "Type-safe streaming chat backend for Python with a drop-in React UI"
readme = "README.md"
license = "MIT"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/llmpane-react/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @llmpane/react

A lightweight, embeddable chat UI component for LLM-powered React applications.
Drop-in React chat UI for llmpane Python backends. Streaming, tool indicators, conversation management — batteries included.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/llmpane-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llmpane/react",
"version": "0.1.0",
"description": "A lightweight, embeddable chat UI component for LLM-powered applications",
"description": "Drop-in React chat UI for llmpane Python backends",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down