Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe idea: LLM agent framework #500

Open
hemajv opened this issue May 17, 2024 · 0 comments
Open

Recipe idea: LLM agent framework #500

hemajv opened this issue May 17, 2024 · 0 comments
Labels
feature Ask for totally new functionality

Comments

@hemajv
Copy link
Collaborator

hemajv commented May 17, 2024

Proposing to include a new recipe for showcasing the LLM agent framework use case.

LLM agents use a large language model as its central computational engine to reason through a complex problem and plan to solve the problem using a set of tools. These tools extract the domain specific knowledge needed to generate a more tailored response to the problem. The tools can be executable functions, RAG pipelines, APIs or other services that allow the agents to complete their tasks effectively. We can showcase containerized services as the tools in our agent framework recipe.

References:

cc @Shreyanand

@hemajv hemajv added the feature Ask for totally new functionality label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Ask for totally new functionality
Projects
None yet
Development

No branches or pull requests

1 participant