[PR #166] [MERGED] Tuana/agents docs #179

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/166
Author: @TuanaCelik
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @TuanaCelik

Base: mainHead: tuana/agents-docs


📝 Commits (9)

📊 Changes

28 files changed (+1293 additions, -0 deletions)

View changed files

docs/src/content/docs/llamaagents/_meta.yml (+4 -0)
docs/src/content/docs/llamaagents/llamactl-reference/_meta.yml (+3 -0)
docs/src/content/docs/llamaagents/llamactl-reference/commands-auth-env.md (+64 -0)
docs/src/content/docs/llamaagents/llamactl-reference/commands-auth.md (+83 -0)
docs/src/content/docs/llamaagents/llamactl-reference/commands-deployments.md (+83 -0)
docs/src/content/docs/llamaagents/llamactl-reference/commands-init.md (+58 -0)
docs/src/content/docs/llamaagents/llamactl-reference/commands-serve.md (+31 -0)
docs/src/content/docs/llamaagents/llamactl/_meta.yml (+4 -0)
docs/src/content/docs/llamaagents/llamactl/agent-data-javascript.md (+129 -0)
docs/src/content/docs/llamaagents/llamactl/agent-data-overview.md (+67 -0)
docs/src/content/docs/llamaagents/llamactl/agent-data-python.md (+136 -0)
docs/src/content/docs/llamaagents/llamactl/configuration-reference.md (+117 -0)
docs/src/content/docs/llamaagents/llamactl/getting-started.md (+138 -0)
docs/src/content/docs/llamaagents/llamactl/ui-build.md (+141 -0)
docs/src/content/docs/llamaagents/llamactl/ui-hooks.md (+131 -0)
docs/src/content/docs/llamaagents/llamactl/workflow-api.md (+76 -0)
docs/src/content/docs/llamaagents/overview.md (+24 -0)
docs/src/content/docs/llamaagents/workflows/_meta.yml (+4 -0)
📝 docs/src/content/docs/llamaagents/workflows/assets/ui_sample.png (+0 -0)
📝 docs/src/content/docs/llamaagents/workflows/customizing_entry_exit_points.md (+0 -0)

...and 8 more files

📄 Description

@logan-markewich @adrianlyjak and @AstraBert - this is where all agents docs live from now on


🔄 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/166 **Author:** [@TuanaCelik](https://github.com/TuanaCelik) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@TuanaCelik](https://github.com/TuanaCelik) **Base:** `main` ← **Head:** `tuana/agents-docs` --- ### 📝 Commits (9) - [`2a07636`](https://github.com/run-llama/workflows-py/commit/2a076361dccc24a24e53e6327c9fa9be79e94f0d) demo 1 - [`24cef7e`](https://github.com/run-llama/workflows-py/commit/24cef7eef5f6f91bdb32add76d3e761361a94da2) changing label for workflows - [`3d08144`](https://github.com/run-llama/workflows-py/commit/3d0814442be67d96b98705138cb0e12092d2749d) trying to bring it up - [`5d59846`](https://github.com/run-llama/workflows-py/commit/5d598463bbd037efb01968e900303e93bb956abd) pushing llamactl reference to the end - [`c91169a`](https://github.com/run-llama/workflows-py/commit/c91169a2e5363fb9563bc2c4758f62b66ec8a55c) moving a bunch of stuff to llamactl - [`19a8022`](https://github.com/run-llama/workflows-py/commit/19a80223dc55e740ae4a5c8c0c03a4252cc0f691) update - [`a47cd0d`](https://github.com/run-llama/workflows-py/commit/a47cd0de6151b54bbdca6e743ed148c95183fc13) fix of 1 url - [`d528de9`](https://github.com/run-llama/workflows-py/commit/d528de9a11dcc0b008ae1209cd3c208b7e9704d1) correcting url - [`0ddc1e5`](https://github.com/run-llama/workflows-py/commit/0ddc1e5c8f16dc9a951b01a6d53000d99a2b5945) Make linter happy with the llamactl docs ### 📊 Changes **28 files changed** (+1293 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/src/content/docs/llamaagents/_meta.yml` (+4 -0) ➕ `docs/src/content/docs/llamaagents/llamactl-reference/_meta.yml` (+3 -0) ➕ `docs/src/content/docs/llamaagents/llamactl-reference/commands-auth-env.md` (+64 -0) ➕ `docs/src/content/docs/llamaagents/llamactl-reference/commands-auth.md` (+83 -0) ➕ `docs/src/content/docs/llamaagents/llamactl-reference/commands-deployments.md` (+83 -0) ➕ `docs/src/content/docs/llamaagents/llamactl-reference/commands-init.md` (+58 -0) ➕ `docs/src/content/docs/llamaagents/llamactl-reference/commands-serve.md` (+31 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/_meta.yml` (+4 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/agent-data-javascript.md` (+129 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/agent-data-overview.md` (+67 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/agent-data-python.md` (+136 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/configuration-reference.md` (+117 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/getting-started.md` (+138 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/ui-build.md` (+141 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/ui-hooks.md` (+131 -0) ➕ `docs/src/content/docs/llamaagents/llamactl/workflow-api.md` (+76 -0) ➕ `docs/src/content/docs/llamaagents/overview.md` (+24 -0) ➕ `docs/src/content/docs/llamaagents/workflows/_meta.yml` (+4 -0) 📝 `docs/src/content/docs/llamaagents/workflows/assets/ui_sample.png` (+0 -0) 📝 `docs/src/content/docs/llamaagents/workflows/customizing_entry_exit_points.md` (+0 -0) _...and 8 more files_ </details> ### 📄 Description @logan-markewich @adrianlyjak and @AstraBert - this is where all agents docs live from now on --- <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:16:50 -05:00
yindo closed this issue 2026-02-16 02:16:50 -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#179