Skip to content

Commit d111853

Browse files
Create index.md
1 parent 9d717e3 commit d111853

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 🧠 PromptStream.AI
2+
3+
PromptStream.AI is a high-level orchestration library for **prompt building, validation, context management, and model generation** in modern .NET applications.
4+
5+
It sits on top of **TokenFlow.AI**, providing developer-friendly APIs and CLI tooling for managing structured prompts.
6+
7+
---
8+
9+
## ✨ Key Features
10+
11+
- 🔧 **PromptBuilder** – safely interpolate variables and normalize prompt text.
12+
-**PromptValidator** – validate required fields, token counts, and limits.
13+
- 💬 **PromptContextManager** – maintain chat-style conversation state.
14+
- ⚙️ **PromptStreamService** – one-stop orchestration layer for building, validating, and generating responses.
15+
- 🧱 **CLI Tool**`promptstream build`, `promptstream validate`, `promptstream generate`, `promptstream context`.
16+
17+
---
18+
19+
> Built with ❤️ by **AndrewClements84** as part of the Flow.AI ecosystem.
20+
> Version: `v0.7.x`
21+
> License: [MIT](../LICENSE)

0 commit comments

Comments
 (0)