تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٩٥٥
forks:٧٠
updated:٢٩ مارس ٢٠٢٦ في ١٣:٢٨
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')