[PR #43] [MERGED] docs: add new docs #56

Closed
opened 2026-02-16 03:16:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/43
Author: @logan-markewich
Created: 4/17/2025
Status: Merged
Merged: 4/21/2025
Merged by: @himself65

Base: mainHead: logan/new_docs


📝 Commits (10+)

📊 Changes

10 files changed (+1717 additions, -24 deletions)

View changed files

.changeset/violet-moons-thank.md (+5 -0)
📝 .github/workflows/preview.yml (+127 -0)
📝 .github/workflows/release.yml (+4 -0)
docs/CHANGELOG.md (+0 -13)
docs/llamaflow/advanced-events.mdx (+533 -0)
docs/llamaflow/basic-workflow.mdx (+343 -0)
📝 docs/llamaflow/index.mdx (+117 -8)
docs/llamaflow/llamaindex-integration.mdx (+287 -0)
📝 docs/llamaflow/meta.json (+10 -3)
docs/llamaflow/streaming.mdx (+291 -0)

📄 Description

Some initial scafolding for docs using the new workflows.

A few key notes

  1. Currently I guessed on the final import paths (not sure if we want to export more from the top-level compared to the current readme)
  2. All code is untested (I will ensure it works)
  3. I wanted an example of building a tool-calling agent with workflows, but I left it TODO for now

This leaves us with some TODOS

  • Finalize import paths (pending any possible renames)
  • Test code samples
  • Build agent example
  • Ensure we like the docs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-ts/pull/43 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/21/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `logan/new_docs` --- ### 📝 Commits (10+) - [`9f1eac5`](https://github.com/run-llama/workflows-ts/commit/9f1eac5162378e4dcf465ec6f20b28a1aa9c3a45) add new docs - [`9f60746`](https://github.com/run-llama/workflows-ts/commit/9f60746c66f57e931a1ae5bd12a5850765d6427c) some fixes - [`96d9546`](https://github.com/run-llama/workflows-ts/commit/96d9546fdb75c5a4a6b04abfb7f07b41e45cd30e) Create violet-moons-thank.md - [`e2fd0e8`](https://github.com/run-llama/workflows-ts/commit/e2fd0e83c05f8c25fec188eb575fc4a616805cc6) ensure index.mdx works - [`241a26b`](https://github.com/run-llama/workflows-ts/commit/241a26b4ccfb6a47befa4b08cd2b5a3b22a05d2f) ensure basic works - [`aa2e619`](https://github.com/run-llama/workflows-ts/commit/aa2e61906be18ba86156e993f909da5f45762bf2) ensure streaming works - [`2a8c8d8`](https://github.com/run-llama/workflows-ts/commit/2a8c8d83dbdbcc93eae138a18847ffde5b2715df) ensure integrations work - [`086fd05`](https://github.com/run-llama/workflows-ts/commit/086fd05be009a85de9377c0280143472aed53fe3) ensure advanced examples work - [`3975274`](https://github.com/run-llama/workflows-ts/commit/397527433e39097215f6fc943a039a10aab1f2cb) lint - [`3ff409b`](https://github.com/run-llama/workflows-ts/commit/3ff409b189eaeb95c6eec2560b9285b19d890c0b) docs: update meta.json ### 📊 Changes **10 files changed** (+1717 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/violet-moons-thank.md` (+5 -0) 📝 `.github/workflows/preview.yml` (+127 -0) 📝 `.github/workflows/release.yml` (+4 -0) ➖ `docs/CHANGELOG.md` (+0 -13) ➕ `docs/llamaflow/advanced-events.mdx` (+533 -0) ➕ `docs/llamaflow/basic-workflow.mdx` (+343 -0) 📝 `docs/llamaflow/index.mdx` (+117 -8) ➕ `docs/llamaflow/llamaindex-integration.mdx` (+287 -0) 📝 `docs/llamaflow/meta.json` (+10 -3) ➕ `docs/llamaflow/streaming.mdx` (+291 -0) </details> ### 📄 Description Some initial scafolding for docs using the new workflows. A few key notes 1. Currently I guessed on the final import paths (not sure if we want to export more from the top-level compared to the current readme) 2. All code is untested (I will ensure it works) 3. I wanted an example of building a tool-calling agent with workflows, but I left it TODO for now This leaves us with some TODOS - [x] Finalize import paths (pending any possible renames) - [x] Test code samples - [x] Build agent example - [x] Ensure we like the docs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:03 -05:00
yindo closed this issue 2026-02-16 03:16:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#56