KO
|
EN
gitlite — search
Search
#python
#ai
#machine-learning
#typescript
#javascript
#rust
#open-source
#cli
#go
#llm
#react
#linux
a-piece-of-pi
★ 54
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ezpay
:
多通道聚合收款平台,支持 USDT/TRX 加密货币和微信/支付宝法币收款,兼容彩虹易支付和 V免签接口协议。
torq-compiler
:
Torq compiler sources
uptop-tge-bot
:
No description available.
dcsync-bof
:
dcsync bof
lazycat-skills
:
这是一套专为 **懒猫微服 (LazyCat MicroServer)** 平台开发者打造的 AI 智能体技能包 (Agent Skills)。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
a-piece-of-pi
?
Download (.md)
# A Piece of PI – Embedding The OpenClaw Coding Agent In Your Product When people use OpenClaw, they're amazed. It auto-discovers new capabilities, explores available data sources, stitches components together, and dynamically builds new solutions. It feels like the system is learning. It feels magical. At its core, OpenClaw is powered by pi.dev: a deliberately simple coding agent built on a small set of powerful primitives. PI's "radical extensibility" turns out to be a strong architectural fit for the kinds of composable, evolving use cases OpenClaw is designed to support. In this talk, we'll take a closer look at what's actually happening under the hood at the agent layer. This session is aimed at a technically curious audience — especially those who want to look beyond the surface and consider working with OpenClaw seriously. ## Examples This repository contains two examples that demonstrate different approaches. Both examples implement the same use case: a **CRM Lead Qualifier** that helps sales teams score and prioritize leads. ### [example-pi-agent-core](./example-pi-agent-core/) A from-scratch agent built with `@mariozechner/pi-agent-core`. Demonstrates tool definitions with TypeBox schemas, event streaming, `beforeToolCall` confirmation gates, parallel tool execution, and steering messages. ### [example-pi-coding-agent](./example-pi-coding-agent/) The same CRM concept, but using pi's coding agent directly — no custom agent code. CRM data lives as markdown files, behaviour is defined in `AGENTS.md`, and two extensions add a `/pipeline` command and a write-confirmation gate.