@baidu-baige/loongflow
LoongFlow is an expert-grade AI agent framework built around the PES (Plan-Execute-Summary) paradigm. Unlike traditional "generate-retry" or "mutate-select" approaches, PES enables structured thinking
Install
Add @baidu-baige/loongflow to Claude Code with the PolySkill CLI: polyskill add @baidu-baige/loongflow
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Common Commands ### Installation & Setup ```bash # Create virtual environment with uv (recommended) uv venv .venv --python 3.12 source .venv/bin/activate uv pip install -e . # Or with conda conda create -n loongflow python=3.12 conda activate loongflow pip install -e . ``` ### Running Tests ```bash # Run all tests pytest # Run tests for specific module pytest tests/framework/evolve/ pytest tests/agentsdk/tools/ # Run with verbose output pytest -v # Run tests with coverage pyte…
Keywords: github, ai-framework, structured-thinking, plan-execute-summary, coding-assistant, automation-tool, workflow-automation, expert-system, data-processing