> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentsystems.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Frameworks

> List of agent frameworks supported by AgentSystems

# Supported Frameworks

Use these frameworks to build agents with `get_model()`:

```python theme={null}
from agentsystems_toolkit import get_model

model = get_model("claude-sonnet-4", "langchain", temperature=0)
```

## Currently Supported

* **LangChain** - Use with LangChain chains and LangGraph

## Planned Support

* OpenAI SDK
* Anthropic SDK
* LlamaIndex
* CrewAI
* Google ADK

***

**Note:** The framework parameter determines which type of model object is returned.
