ManifoldRG / AgentForge

The AgentForge project focuses on building general tooling to construct multicapability AI systems by composing skills and models together, and having intelligent processes use those skills/models.
GNU General Public License v3.0
17 stars 0 forks source link

AF use cases brainstorm #15

Closed helenlu66 closed 9 months ago

helenlu66 commented 1 year ago

context: use cases largely determine the desired capabilities of AF that in turn inform design decisions. Currently, most use cases we've seen based on LangChain and HuggingGPT take language input from users since both use LLM as controllers. Since we aim to accommodate controllers that are not LLMs, the biggest uncertainty we face is: what input do we take from the user for a controller that's not a language model?

outcome: a document listing the use cases we want to cover for v0 with a focus on user input. The goal is to inform the design of a controller wrapper that accommodates all input modalities

helenlu66 commented 1 year ago

Use Cases WIP

harshsikka commented 1 year ago

Related: ManifoldRG/Manifold-KB#14