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

# Installation

> Installation of the Future AGI Python SDK and Tracing Libraries

# Future AGI Python SDK

Future AGI python sdk provides you with the ability to create, evaluate, optimize and protect your AI workflows and datasets.

## Installation

```bash theme={null}
pip install future-agi
```

With this you get access to following features

* Datasets
* Evaluations
* Optimization
* Protect

# Tracing Libraries

Future AGI provides tracing libraries for your AI workflows, so that you can prototype and observe your development.

## Installation

### traceAI-openai

TraceAI Instrumentation for OpenAI.

```bash theme={null}
pip install traceai-openai
```

### traceAI-anthropic

TraceAI Instrumentation for Anthropic.

```bash theme={null}
pip install traceai-anthropic
```

### traceAI-llamaindex

TraceAI Instrumentation for LlamaIndex.

```bash theme={null}
pip install traceai-llamaindex
```

### traceAI-langchain

TraceAI Instrumentation for LangChain.

```bash theme={null}
pip install traceai-langchain
```

### traceAI-mistralai

TraceAI Instrumentation for MistralAI.

```bash theme={null}
pip install traceai-mistralai
```

### traceAI-vertexai

TraceAI Instrumentation for VertexAI.

```bash theme={null}
pip install traceai-vertexai
```

### traceAI-crewai

TraceAI Instrumentation for CrewAI.

```bash theme={null}
pip install traceai-crewai
```

### traceAI-haystack

TraceAI Instrumentation for Haystack.

```bash theme={null}
pip install traceai-haystack
```

### traceAI-litellm

TraceAI Instrumentation for liteLLM.

```bash theme={null}
pip install traceai-litellm
```

### traceAI-groq

TraceAI Instrumentation for Groq.

```bash theme={null}
pip install traceai-groq
```

### traceAI-autogen

TraceAI Instrumentation for Autogen.

```bash theme={null}
pip install traceai-autogen
```

### traceAI-guardrails

TraceAI Instrumentation for Guardrails.

```bash theme={null}
pip install traceai-guardrails
```

### traceAI-openai-agents

TraceAI Instrumentation for OpenAI Agents.

```bash theme={null}
pip install traceai-openai-agents
```

### traceAI-smolagents

TraceAI Instrumentation for SmolAgents.

```bash theme={null}
pip install traceai-smolagents
```

### traceAI-dspy

TraceAI Instrumentation for DSPy.

```bash theme={null}
pip install traceai-dspy
```

### traceAI-bedrock

TraceAI Instrumentation for AWS Bedrock.

```bash theme={null}
pip install traceai-bedrock
```

### traceAI-instructor

TraceAI Instrumentation for Instructor.

```bash theme={null}
pip install traceai-instructor
```
