mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-16 02:42:53 -04:00
Custom Service Class #4
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?
Originally created by @logan-markewich on GitHub (Jun 22, 2024).
We should have some kind of
CustomServiceclass to make it easy to spin anything into a service. For example, this could wrap any function, tools from other libraries, etc.The requirement is it handles new tasks, and returns task results.
@logan-markewich commented on GitHub (Sep 5, 2024):
We've done a major refactor, and I don't think this issue is relevant anymore