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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<a href="https://x.com/FL4T_LiN3"><strong>X</strong></a>
</p>

<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/architecture.svg">
<source media="(prefers-color-scheme: light)" srcset="docs/architecture.svg">
<img alt="Perstack Architecture" src="docs/architecture.svg" width="720">
</picture>
</p>

Perstack is **a containerized harness for agentic apps**.

- **Harness = Runtime + Config** — Instructions, agent topology, and tools are defined in TOML — not wired in code. The runtime executes what you declare in config.
Expand Down
228 changes: 228 additions & 0 deletions docs/architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pagefind: true

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

<img src="/docs/architecture.svg" alt="Perstack Architecture" width="720" />

Perstack is a containerized harness for agentic apps.

- **Harness = Runtime + Config** — Instructions, agent topology, and tools are defined in TOML — not wired in code. The runtime executes what you declare in config.
Expand Down