[PR #241] [MERGED] Update agents / workflows getting started #251

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/241
Author: @adrianlyjak
Created: 12/1/2025
Status: Merged
Merged: 12/3/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/docs-update


📝 Commits (10+)

📊 Changes

11 files changed (+7760 additions, -573 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -1)
📝 docs/src/content/docs/llamaagents/llamactl/agent-data-javascript.md (+2 -0)
📝 docs/src/content/docs/llamaagents/llamactl/agent-data-overview.md (+14 -1)
📝 docs/src/content/docs/llamaagents/llamactl/agent-data-python.md (+105 -0)
docs/src/content/docs/llamaagents/llamactl/click-to-deploy.md (+108 -0)
📝 docs/src/content/docs/llamaagents/llamactl/getting-started.md (+6 -1)
📝 docs/src/content/docs/llamaagents/llamactl/ui-hooks.md (+100 -55)
📝 docs/src/content/docs/llamaagents/overview.md (+18 -11)
📝 pnpm-lock.yaml (+7404 -503)
📝 pnpm-workspace.yaml (+1 -0)
📝 uv.lock (+1 -1)

📄 Description

  • Updates overview to provide a more cohesive end to end development story
  • Updates react hook docs to reflect current interface
  • Updates Agent data docs to document ExtractedData, since it is pretty prevalent

Also, for better or worse, adds the docs to the pnpm workspace. Otherwise you can't start them (was broken when changesets was introduced)


🔄 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-py/pull/241 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/3/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/docs-update` --- ### 📝 Commits (10+) - [`8a626c8`](https://github.com/run-llama/workflows-py/commit/8a626c8092948925bc19b40e776b02a357e866b2) revise - [`f322afd`](https://github.com/run-llama/workflows-py/commit/f322afd545b395098866af5f22cc3bfb6da761c3) llm edits - [`c3e342c`](https://github.com/run-llama/workflows-py/commit/c3e342cb1239821696066f65d18927be1820723f) my edits - [`654736b`](https://github.com/run-llama/workflows-py/commit/654736b237fb6f509603d4b42b29e33958665a2c) llm edits - [`97896a8`](https://github.com/run-llama/workflows-py/commit/97896a89a3f728aaa876be8d12a3af5a965310c1) click to deploy - [`7a11980`](https://github.com/run-llama/workflows-py/commit/7a119800a5933dbb549b37bdeab072390eea8316) llm guided edits towards document driven - [`100aab5`](https://github.com/run-llama/workflows-py/commit/100aab527449661530ae7c40b37f580f09f20312) tweak a bit more - [`5ef7ebb`](https://github.com/run-llama/workflows-py/commit/5ef7ebbbcd0943135772ccb319823e0156cb583c) more - [`7a322e7`](https://github.com/run-llama/workflows-py/commit/7a322e7a35257cf4444ac0ca53cbce9e51ca488f) linking - [`710ec2f`](https://github.com/run-llama/workflows-py/commit/710ec2fe99e0992b1f994f27ec248e91c33c74a4) Add cross links ### 📊 Changes **11 files changed** (+7760 additions, -573 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `docs/src/content/docs/llamaagents/llamactl/agent-data-javascript.md` (+2 -0) 📝 `docs/src/content/docs/llamaagents/llamactl/agent-data-overview.md` (+14 -1) 📝 `docs/src/content/docs/llamaagents/llamactl/agent-data-python.md` (+105 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/click-to-deploy.md` (+108 -0) 📝 `docs/src/content/docs/llamaagents/llamactl/getting-started.md` (+6 -1) 📝 `docs/src/content/docs/llamaagents/llamactl/ui-hooks.md` (+100 -55) 📝 `docs/src/content/docs/llamaagents/overview.md` (+18 -11) 📝 `pnpm-lock.yaml` (+7404 -503) 📝 `pnpm-workspace.yaml` (+1 -0) 📝 `uv.lock` (+1 -1) </details> ### 📄 Description - Updates overview to provide a more cohesive end to end development story - Updates react hook docs to reflect current interface - Updates Agent data docs to document `ExtractedData`, since it is pretty prevalent Also, for better or worse, adds the docs to the pnpm workspace. Otherwise you can't start them (was broken when changesets was introduced) --- <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 02:17:03 -05:00
yindo closed this issue 2026-02-16 02:17: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-py#251