Skip to content

What are Structures?

Griptape Structures are Python applications that use the Griptape Framework to bring LLMs into your software environment. You can create Structures in the form of agents, sequential task pipelines, and parallelized workflows.

Structures can invoke other Structures, enabling Agents to interact with other Agents to create multi-agent systems, or to invoke pipelines or workflows.

Typically, developers can easily write and debug their software locally. However, they would then need to find someplace else to host it for testing and production. With Griptape Structures, you can start on your laptop, and then deploy them directly to Griptape Cloud to run them at scale.