[PR #305] [MERGED] resource config docs, and re-organize wf docs with some more explicit cloud docs section #309

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/305
Author: @adrianlyjak
Created: 1/25/2026
Status: Merged
Merged: 1/28/2026
Merged by: @adrianlyjak

Base: mainHead: adrian/resource-config-docs


📝 Commits (5)

📊 Changes

11 files changed (+284 additions, -6 deletions)

View changed files

📝 docs/api_docs/docs/api_reference/resource.md (+1 -0)
docs/src/content/docs/llamaagents/cloud/_meta.yml (+4 -0)
📝 docs/src/content/docs/llamaagents/cloud/agent-data-javascript.md (+1 -1)
📝 docs/src/content/docs/llamaagents/cloud/agent-data-overview.md (+1 -1)
📝 docs/src/content/docs/llamaagents/cloud/agent-data-python.md (+1 -1)
docs/src/content/docs/llamaagents/cloud/assets/agent-builder.jpg (+0 -0)
docs/src/content/docs/llamaagents/cloud/builder.md (+128 -0)
📝 docs/src/content/docs/llamaagents/cloud/click-to-deploy.md (+1 -1)
📝 docs/src/content/docs/llamaagents/llamactl/_meta.yml (+1 -1)
📝 docs/src/content/docs/llamaagents/workflows/resources.md (+114 -0)
📝 packages/llama-index-workflows/src/workflows/resource.py (+32 -1)

📄 Description

No description provided


🔄 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/305 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 1/25/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/resource-config-docs` --- ### 📝 Commits (5) - [`6daa2ba`](https://github.com/run-llama/workflows-py/commit/6daa2baeadcb2fa7478717f3b053acf41d7a2783) Add resources docs, and make llama agents cloud docs - [`f8d6fbe`](https://github.com/run-llama/workflows-py/commit/f8d6fbe64ddc59cb708f47e7c254be0fd0382bbe) update resource doc reference - [`df6ca7f`](https://github.com/run-llama/workflows-py/commit/df6ca7fd4bedcd8770674af91dfef463aa9331b9) Add builder - [`589d80b`](https://github.com/run-llama/workflows-py/commit/589d80b1d2f614250de415b1b76f37a09baf9173) Update docs - [`cb5ddf2`](https://github.com/run-llama/workflows-py/commit/cb5ddf27d1ac196020675a477d84ec1ff102977b) adjust description ### 📊 Changes **11 files changed** (+284 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/api_docs/docs/api_reference/resource.md` (+1 -0) ➕ `docs/src/content/docs/llamaagents/cloud/_meta.yml` (+4 -0) 📝 `docs/src/content/docs/llamaagents/cloud/agent-data-javascript.md` (+1 -1) 📝 `docs/src/content/docs/llamaagents/cloud/agent-data-overview.md` (+1 -1) 📝 `docs/src/content/docs/llamaagents/cloud/agent-data-python.md` (+1 -1) ➕ `docs/src/content/docs/llamaagents/cloud/assets/agent-builder.jpg` (+0 -0) ➕ `docs/src/content/docs/llamaagents/cloud/builder.md` (+128 -0) 📝 `docs/src/content/docs/llamaagents/cloud/click-to-deploy.md` (+1 -1) 📝 `docs/src/content/docs/llamaagents/llamactl/_meta.yml` (+1 -1) 📝 `docs/src/content/docs/llamaagents/workflows/resources.md` (+114 -0) 📝 `packages/llama-index-workflows/src/workflows/resource.py` (+32 -1) </details> ### 📄 Description _No description provided_ --- <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:12 -05:00
yindo closed this issue 2026-02-16 02:17:12 -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#309