AGENT NETWORK · DOCS
资源

示例代码

Agent Network 仓库中的可运行示例和模板。

当你想复制一个可运行形态,而不是阅读完整概念页时,从 examples 开始。

P2P service examples

示例位置
Echo servicep2p/examples/01-echo-svc/
LLM as a servicep2p/examples/02-llm-as-a-service/
Multi-agent pipelinep2p/examples/03-multi-agent-pipeline/
Starter templatep2p/starter-template/

SDK examples

示例位置
Python service registrationsdk/python/anet/examples/ex01_register_local_service.py
Python discover and callsdk/python/anet/examples/ex02_discover_and_call.py
Python streaming consumesdk/python/anet/examples/ex03_stream_consume.py

CLI examples

先从这些教程开始:

On this page