mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #231] [MERGED] V0.1.0 #341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/231
Author: @logan-markewich
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/5/2024
Merged by: @logan-markewich
Base:
main← Head:v0.1.0📝 Commits (10+)
f50d224WorkflowService (#170)f187ff9Introduce session concept to the control plane (#191)e10df33initial service deployment (#199)d14da7aMake client more useful/up to date (#202)adb309aRemove examples, update readme (#205)b2c0266Add queue config as an endpoint to the control plane (#208)37f4c5eDetect nested workflows (#209)db76c11add missed docstrings (#210)12141a5rename to llama deploy (#211)49f25a1beta📊 Changes
300 files changed (+22748 additions, -17961 deletions)
View changed files
📝
.github/workflows/publish_release.yml(+1 -1)📝
.pre-commit-config.yaml(+2 -0)📝
README.md(+445 -186)➕
docs/docs/_static/assets/LlamaLogoBrowserTab.png(+0 -0)➕
docs/docs/_static/assets/LlamaSquareBlack.svg(+18 -0)➕
docs/docs/_static/css/algolia.css(+662 -0)➕
docs/docs/_static/css/custom.css(+14 -0)➕
docs/docs/_static/js/algolia.js(+7254 -0)➕
docs/docs/_static/js/leadfeeder.js(+22 -0)➕
docs/docs/_static/js/mendablesearch.js(+65 -0)➕
docs/docs/api_reference/llama_deploy/client.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/control_plane.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/deployment.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/message_consumers.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/message_publishers.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/message_queues/index.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/message_queues/kafka.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/message_queues/rabbitmq.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/message_queues/redis.md(+3 -0)➕
docs/docs/api_reference/llama_deploy/message_queues/simple.md(+3 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.