Metadata-Version: 2.4
Name: deerflow-kernel
Version: 0.1.3
Summary: Standalone DeerFlow kernel package with bundled Gateway API
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: agent-client-protocol>=0.4.0
Requires-Dist: agent-sandbox>=0.0.19
Requires-Dist: ddgs>=9.10.0
Requires-Dist: dotenv>=0.9.9
Requires-Dist: duckdb>=1.4.4
Requires-Dist: exa-py>=1.0.0
Requires-Dist: fastapi>=0.115.0
Requires-Dist: firecrawl-py>=1.15.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: kubernetes>=30.0.0
Requires-Dist: langchain-anthropic>=1.3.4
Requires-Dist: langchain-deepseek>=1.0.1
Requires-Dist: langchain-google-genai>=4.2.1
Requires-Dist: langchain-mcp-adapters>=0.1.0
Requires-Dist: langchain-openai>=1.1.7
Requires-Dist: langchain>=1.2.3
Requires-Dist: langfuse>=3.4.1
Requires-Dist: langgraph-api<0.8.0,>=0.7.0
Requires-Dist: langgraph-checkpoint-sqlite>=3.0.3
Requires-Dist: langgraph-cli>=0.4.14
Requires-Dist: langgraph-prebuilt<1.0.9,>=1.0.6
Requires-Dist: langgraph-runtime-inmem>=0.22.1
Requires-Dist: langgraph-sdk>=0.1.51
Requires-Dist: langgraph<1.0.10,>=1.0.6
Requires-Dist: markdownify>=1.2.2
Requires-Dist: markitdown[all,xlsx]>=0.0.1a2
Requires-Dist: pydantic>=2.12.5
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: readabilipy>=0.3.0
Requires-Dist: tavily-python>=0.7.17
Requires-Dist: tiktoken>=0.8.0
Requires-Dist: uvicorn[standard]>=0.30.0
Provides-Extra: ollama
Requires-Dist: langchain-ollama>=0.3.0; extra == 'ollama'
Provides-Extra: pymupdf
Requires-Dist: pymupdf4llm>=0.0.17; extra == 'pymupdf'
Description-Content-Type: text/markdown

# deerflow-kernel

This repository is an extracted standalone kernel package generated from the
open-source DeerFlow repository.

- Source repository: /home/deer-flow
- Source commit: 711ab3086d0591351b456dc867cac28e4d698101

## Contents

- deerflow/: harness runtime, agents, tools, sandbox, memory, MCP, skills
- app/: bundled Gateway API app (FastAPI)
- langgraph.json: LangGraph graph and checkpointer entrypoints
- pyproject.toml: standalone package metadata for deerflow-kernel

## Local build

```bash
uv build
```

## Quick validation

```bash
uv run deerflow-kernel check
uv run deerflow-kernel run-gateway --port 8001
uv run deerflow-kernel run-runtime --port 2024 --work-dir /tmp/deerflow-runtime --write-langgraph-json --no-browser
```

## Regenerating this repository

This repository is intended to be regenerated from the main DeerFlow monorepo
using scripts/export-deerflow-kernel.sh in the source repository.
