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

# 2024

<Update label="2024-12-31" description="SDK v1.0.0">
  ## New Features:

  * **Initial Release:** Official launch of xpander.ai platform.
  * **LLM Integration:** Support for OpenAI, Claude, and Gemini LLM providers.
  * **Memory Management:** Basic memory management and tool execution framework (\[SDK Agent Reference]\(/API reference/agents/index)).
  * **Authentication:** Simple authentication and user management system.
</Update>

<Update label="2024-12-23" description="SDK v0.9.5">
  ## New Features:

  * **Ollama Support:** Added support for local model inference via Ollama.
  * **Agent State Management:** Released beta version of comprehensive state management.

  ## Improvements:

  * **Error Handling:** Improved handling for tool executions.
  * **Documentation:** Enhanced with quick start guides ([docs/01-get-started/01-index.mdx](/overview/what-is-xpander)).
</Update>

<Update label="2024-12-16" description="SDK v0.9.2">
  ## New Features:

  * **FriendliAI Integration:** Launched support for FriendliAI with Claude models.
  * **Dynamic Tool Discovery:** Added mechanism for automatic tool discovery.

  ## Improvements:

  * **Performance:** Enhanced performance for high-volume deployments.
  * **Examples:** Released extended integration pattern examples.
</Update>

<Update label="2024-12-09" description="SDK v0.9.0">
  ## New Features:

  * **Streaming Responses:** Added support for streaming from all providers.
  * **Python Client:** Released new client with simplified API.

  ## Improvements:

  * **Tool Compatibility:** Enhanced cross-provider tool format compatibility.
  * **Memory Consistency:** Improved consistency across multi-turn conversations (\[SDK Agent Reference]\(/API reference/agents/index)).
</Update>

<Update label="2024-12-02" description="SDK v0.8.5">
  ## New Features:

  * **LangChain Integration:** Added comprehensive LangChain support.
  * **Tool Format Conversion:** Released automatic conversion utilities.

  ## Improvements:

  * **Memory Initialization:** Enhanced with custom instructions support.
</Update>

<Update label="2024-11-25" description="SDK v0.8.2">
  ## New Features:

  * **NVIDIA NIM Support:** Added support for NVIDIA NIM models.
  * **Persistent Storage:** Enhanced agent memory with storage options.

  ## Improvements:

  * **Error Handling:** Improved handling for rate limiting and quotas.
  * **Examples:** Released multi-step task execution examples.
</Update>

<Update label="2024-11-18" description="SDK v0.8.0">
  ## New Features:

  * **Multi-Provider Switching:** Support for switching providers within same session.
  * **Provider Adapter Pattern:** Released simplified integration pattern.

  ## Improvements:

  * **Tool Execution:** Enhanced framework with parallel processing.
  * **Documentation:** Improved with provider-specific best practices.
</Update>

<Update label="2024-11-11" description="Minor Update">
  ## Improvements:

  * **Message Handling:** Enhanced format handling across providers.
  * **Tool Extraction:** Improved reliability with explicit provider specification.
  * **Documentation:** Released extended memory management guides.
</Update>

<Update label="2024-11-04" description="SDK v0.7.0">
  ## New Features:

  * **Automatic Format Conversion:** Added message format conversion between providers.
  * **Python SDK:** Released with expanded provider support.

  ## Improvements:

  * **Error Reporting:** Enhanced with provider-specific details.
  * **Schema Validation:** Improved tool schema validation for better compatibility.
</Update>

<Update label="2024-11-01" description="SDK v0.5.0">
  ## New Features:

  * **Alpha Release:** Initial alpha version with basic OpenAI integration.
  * **Tool Calling:** Support for simple tool calling and execution (\[SDK Tools Reference]\(/API reference/tools/index)).
  * **Memory Management:** Initial capabilities (\[SDK Agent Reference]\(/API reference/agents/index)).
  * **Documentation:** Basic documentation and examples ([docs/01-get-started](/guides)).
</Update>

> Note: Current SDK version is v1.47.10 as of this documentation update.
