Commit Graph

512 Commits

Author SHA1 Message Date
Adrian Lyjak d9fd0d3afd docs: update run-llama/workflows-py references to run-llama/llama-agents (#537)
Repo has been renamed from workflows-py to llama-agents. Update remaining
references in README, docs, CI workflows, and example notebooks.

Co-authored-by: Claude <noreply@anthropic.com>
llama-agents-server@v0.4.5
2026-04-14 22:45:47 +00:00
llama-org-ci-bot[bot] bbc4a8c204 chore: version packages (#536)
Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
llama-index-workflows@2.19.0 llama-agents-server@0.4.5 llama-agents-client@0.3.5
2026-04-14 18:45:04 -04:00
Adrian Lyjak 92ea8bcfa7 ci: update workflow repository guards to run-llama/llama-agents (#535)
The repo was renamed from workflows-py to llama-agents, so the
`github.repository` guards need to be updated to match.

Co-authored-by: Claude <noreply@anthropic.com>
2026-04-14 17:33:08 -04:00
Vasudev Awatramani 2592c8079c feat: Retry Policy (#482) 2026-04-14 14:55:19 -04:00
Adrian Lyjak 4f0d01c782 fix(dev): pass target to tilt down and accept --target on subcommands (#534)
Previously 'dev.py down --target docker-desktop' failed because the
Tiltfile defaulted to 'kind-kind' regardless, and the --target flag had
to come before the subcommand. Forward the target positional arg to
'tilt down' (matching 'tilt up'), and allow --target on each subcommand
so it works in either position.
2026-04-14 18:54:49 +00:00
dependabot[bot] 2fc00bc560 chore(deps-dev): bump pytest from 8.4.2 to 9.0.3 (#532)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 19:21:36 -04:00
dependabot[bot] bb03db30c2 chore(deps): bump pillow from 12.1.1 to 12.2.0 (#531) 2026-04-13 19:21:20 -04:00
Adrian Lyjak 2be4b49e2d fix: use CI bot token and include all artifacts in downstream dispatch (#533)
Use the existing app token instead of a separate secret for the
downstream repository dispatch. Include docker and helm artifacts
alongside PyPI packages in the dispatch payload.
2026-04-13 19:19:47 -04:00
llama-org-ci-bot[bot] 8c7744977f chore: version packages (#529) llama-agents-server@v0.4.4 llama-agents-agentcore@0.8.17 llama-agents@0.10.11 llama-index-workflows@2.18.0 llama-agents-client@0.3.4 llama-agents-control-plane@0.11.0 llama-agents-server@0.4.4 llama-agents-appserver@0.10.5 llama-agents-core@0.9.0 llamactl@0.7.0 2026-04-13 16:53:34 -06:00
Logan 44f444ffc0 add new decorator to agentcore server chain (#530) 2026-04-13 16:50:22 -06:00
Adrian Lyjak 43ff242d73 Add Context.get_step_context() to access step context without parameter (#508) 2026-04-13 00:21:29 -04:00
Adrian Lyjak e8b8f47bf9 feat: add org abstraction layer for project scoping (#526) 2026-04-13 04:20:42 +00:00
Adrian Lyjak 18e3ba3136 feat: add docker-desktop target for Tilt dev environment (#527)
Support running the Tilt dev environment against Docker Desktop's
built-in Kubernetes in addition to kind. Pass --target=docker-desktop
to dev.py or tilt up to use it.
2026-04-12 23:55:03 -04:00
dependabot[bot] 045efe0e7f chore(deps): bump uv from 0.9.6 to 0.11.6 (#522)
Bumps [uv](https://github.com/astral-sh/uv) from 0.9.6 to 0.11.6.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/uv/compare/0.9.6...0.11.6)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.11.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-10 18:50:17 -04:00
Adrian Lyjak e08c17c47f llamactl shell autocomplete (#521) 2026-04-10 18:49:54 -04:00
llama-org-ci-bot[bot] 1d612a499f chore: version packages (#524) llama-agents-agentcore@0.8.16 2026-04-10 16:06:20 -06:00
Logan d4448f8633 more async agentcore handling (#523) 2026-04-10 15:44:56 -06:00
llama-org-ci-bot[bot] f37ff6c22f chore: version packages (#520) llama-agents-agentcore@0.8.15 2026-04-09 21:02:16 -06:00
Logan c95ffaca87 Run agentcore workflows in background tasks to prevent early exits (#519) 2026-04-09 20:59:25 -06:00
llama-org-ci-bot[bot] 9080985778 chore: version packages (#517) llama-agents-server@v0.4.3 llama-agents-server@0.4.3 2026-04-09 17:50:30 -06:00
Logan 12bda1881b even more sqlite locking fixes (#516) 2026-04-09 17:44:15 -06:00
llama-org-ci-bot[bot] 72aa89d4b1 chore: version packages (#515)
Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
llama-agents@0.10.10 llama-agents-agentcore@0.8.14 llama-agents-appserver@0.10.4 llama-agents-control-plane@0.10.5 llamactl@0.6.9 llama-agents-core@0.8.5
2026-04-09 17:40:42 -06:00
Adrian Lyjak 7ad3049143 Add changeset (#514) 2026-04-09 18:23:09 -04:00
Adrian Lyjak 67acccf23e Optimize git interactions (#503) 2026-04-09 18:20:05 -04:00
llama-org-ci-bot[bot] d785240914 chore: version packages (#513) llama-agents-server@v0.4.2 llama-agents-agentcore@0.8.13 llama-agents-server@0.4.2 2026-04-09 14:16:38 -06:00
Logan 3850844f5f support single connection sqlite mode (#512) 2026-04-09 14:00:32 -06:00
Adrian Lyjak b94686f098 fix: remove unused type: ignore and ty: ignore comments flagged by ty (#511) 2026-04-09 14:59:58 -04:00
llama-org-ci-bot[bot] 95b1f3e111 chore: version packages (#510) llama-agents-agentcore@0.8.12 llama-agents@0.10.9 llamactl@0.6.8 llama-agents-appserver@0.10.3 2026-04-09 12:56:22 -06:00
Logan 286c91ac6f bump appserver dep for llama-agents-server (#509) 2026-04-09 12:43:23 -06:00
llama-org-ci-bot[bot] 06a638beee chore: version packages (#502) llama-agents-server@v0.4.1 llama-agents-server@0.4.1 llama-agents-agentcore@0.8.11 llama-agents-control-plane@0.10.4 llamactl@0.6.7 llama-agents@0.10.8 2026-04-09 12:12:35 -06:00
Logan 9f52f404d1 sqlite resliant locking (#506) 2026-04-09 12:09:25 -06:00
dependabot[bot] 7aa3a2f0f3 chore(deps): bump cryptography from 46.0.6 to 46.0.7 (#499)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 46.0.7.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-09 11:19:48 -04:00
Adrian Lyjak a5f1140231 fix: reset working tree after changesets/action before planning (#504) 2026-04-09 11:11:30 -04:00
Adrian Lyjak 740ee9ee3d fix: build GC grace window + operator stale-job cleanup + auth retry (#498) 2026-04-08 20:26:47 -04:00
llama-org-ci-bot[bot] 6e7d5b9630 chore: version packages (#501) llama-agents-agentcore@0.8.10 2026-04-08 17:39:49 -06:00
Logan 30ae9591cd fix agentcore session mount (#496) 2026-04-08 17:36:43 -06:00
llama-org-ci-bot[bot] 5ec188d21e chore: version packages (#495) llama-agents-agentcore@0.8.9 2026-04-08 12:56:28 -06:00
Logan cc313f835f fix boto3 deps for agentcore (#493) 2026-04-08 12:52:41 -06:00
Adrian Lyjak e96c3ef970 fix(ci): disable setup-node pnpm cache in finalize job (#492) 2026-04-07 18:41:02 -04:00
Adrian Lyjak 336dfbc5a4 fix(dev-cli): publish uv workspace artifacts from repo root (#491)
uv build in a workspace writes artifacts to the workspace-root dist/
regardless of cwd, so running 'uv publish' with cwd=pkg_dir finds
nothing. Build with --package and publish the matching files by glob
from the root instead.
2026-04-07 21:57:59 +00:00
llama-org-ci-bot[bot] 4796c17fc1 chore: version packages (#478)
Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
llama-agents-client@0.3.3 llama-agents-server@0.4.0 llama-index-workflows@2.17.3 llama-agents-agentcore@0.8.8
2026-04-07 17:31:17 -04:00
Adrian Lyjak 42bc68543d Optimize publish action (#489) 2026-04-07 16:59:55 -04:00
dependabot[bot] 50289afa30 chore(deps): bump pillow from 12.0.0 to 12.1.1 (#475)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.0.0 to 12.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 16:43:04 -04:00
Adrian Lyjak b8c7c7ea7b Fix memory leak from copied RunContext (#486) 2026-04-07 14:22:04 -04:00
Adrian Lyjak bd541794e5 add cross package centered readme (#480) 2026-04-07 13:41:43 -04:00
llama-org-ci-bot[bot] 3432a8341b chore: update debugger assets (#481)
Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
2026-04-07 13:41:24 -04:00
Adrian Lyjak 78759386dd Add repository check to sync-docs workflow (#490) 2026-04-07 13:41:08 -04:00
Adrian Lyjak 021096815c fix docs build crash (#488) 2026-04-07 10:04:37 -04:00
Adrian Lyjak 3fb159201d docs: add example READMEs and top-level examples index (#484)
Co-authored-by: Claude <noreply@anthropic.com>
2026-04-06 20:34:30 -04:00
Adrian Lyjak 345aa85a5c chore: add repo guard (#479) 2026-04-06 16:44:18 -04:00