Skip to content

Update docs and add agent guide - #119

Merged
iamleonie merged 7 commits into
mainfrom
add-agent-guide
Aug 4, 2026
Merged

Update docs and add agent guide#119
iamleonie merged 7 commits into
mainfrom
add-agent-guide

Conversation

@iamleonie

Copy link
Copy Markdown
Contributor
  • Add LFM2.5-2.6B docs
  • Add Agent harness guide

@iamleonie
iamleonie requested a review from mlabonne as a code owner August 4, 2026 12:47
@mintlify

mintlify Bot commented Aug 4, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
liquid-docs 🟢 Ready View Preview Aug 4, 2026, 12:48 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Comment thread lfm/models/complete-library.mdx Outdated
| [LFM2.5-1.2B-JP](/lfm/models/lfm25-1.2b-jp) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP) | [✓](https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP-ONNX) | Yes (TRL) |
| [LFM2.5-350M](/lfm/models/lfm25-350m) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-350M) | [✓](https://huggingface.co/LiquidAI/LFM2.5-350M-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-350M-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-350M-ONNX) | Yes (TRL) |
| [LFM2.5-230M](/lfm/models/lfm25-230m) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-230M) | [✓](https://huggingface.co/LiquidAI/LFM2.5-230M-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-230M-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-230M-ONNX) | Yes (TRL) |
| [LFM2.5-2.6B](/lfm/models/lfm25-2.6b) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-ONNX) | Yes (TRL) |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread lfm/models/lfm25-2.6b.mdx Outdated
<div style={{display: 'flex', gap: '0.5rem', margin: '0.5rem 0 1.5rem 0'}}>
<a href="https://huggingface.co/LiquidAI/LFM2.5-2.6B" style={{padding: '0.35rem 0.7rem', borderRadius: '4px', fontSize: '0.85rem', fontWeight: 600, textDecoration: 'none', backgroundColor: '#fbbf24'}}><span style={{color: '#000'}}>HF</span></a>
<a href="https://huggingface.co/LiquidAI/LFM2.5-2.6B-GGUF" style={{padding: '0.35rem 0.7rem', borderRadius: '4px', fontSize: '0.85rem', fontWeight: 600, textDecoration: 'none', backgroundColor: '#60a5fa'}}><span style={{color: '#000'}}>GGUF</span></a>
<a href="https://huggingface.co/LiquidAI/LFM2.5-2.6B-MLX-8bit" style={{padding: '0.35rem 0.7rem', borderRadius: '4px', fontSize: '0.85rem', fontWeight: 600, textDecoration: 'none', backgroundColor: '#c4b5fd'}}><span style={{color: '#000'}}>MLX</span></a>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread examples/agent-harnesses.mdx Outdated
`mlx_lm.server` exposes an OpenAI-compatible endpoint:

```bash
mlx_lm.server --model mlx-community/LFM2.5-2.6B-4bit --port 8080

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread examples/agent-harnesses.mdx Outdated
```bash
openclaw dashboard
```
This opens the Control UI in your browser, where you enter the task below.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to remove "below" (there's nothing after this).

Comment thread examples/agent-harnesses.mdx Outdated
**Context length**. Agents consume context quickly. If you hit truncation or context-overflow errors mid-run, raise the served
context or trim the agent's history.
LFM2.5-2.6B supports up to 128K tokens. The examples serve the full window, but if you're
memory-constrained, serve a smaller window, which is usually plenty for a single agent task.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can add 32K tokens as an example here

@iamleonie
iamleonie merged commit 5a3106c into main Aug 4, 2026
7 checks passed
@iamleonie
iamleonie deleted the add-agent-guide branch August 4, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants