在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:955
forks:70
updated:2026年3月29日 13:28
SKILL.md
| name | pydanticai-docs |
| description | Quick reference for Pydantic AI framework |
Quick reference for building agents with Pydantic AI.
For detailed information, fetch the full docs at: https://ai.pydantic.dev/llms-full.txt
Basic Agent:
from pydantic_ai import Agent
agent = Agent('openai:gpt-5.2')
result = agent.run_sync('Your question')