Metadata-Version: 2.4
Name: yu_agent
Version: 0.1.3
Summary: 学习阶段的 Agent 框架实现，基于 Hello Agents 教科书，补充了 Memory 和 RAG 相关的实现
Home-page: https://github.com/xiaoyu-ops/yu_agent
Author: Zhuoyang Wu
Author-email: Zhuoyang Wu <xiaoyu-ops@github.com>
License: MIT
Project-URL: Homepage, https://github.com/xiaoyu-ops/yu_agent
Project-URL: Repository, https://github.com/xiaoyu-ops/yu_agent.git
Project-URL: Documentation, https://github.com/xiaoyu-ops/yu_agent#readme
Project-URL: Issues, https://github.com/xiaoyu-ops/yu_agent/issues
Keywords: agent,llm,rag,memory,openai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: openai==2.18.0
Requires-Dist: pydantic==2.12.5
Requires-Dist: tavily==1.1.0
Requires-Dist: tavily_python==0.7.19
Requires-Dist: serpapi==0.1.5
Requires-Dist: google_search_results==2.4.2
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: gradio==4.44.1
Requires-Dist: huggingface_hub==0.23.5
Requires-Dist: transformers<5.0.0
Requires-Dist: markitdown[pdf]
Provides-Extra: memory
Requires-Dist: qdrant-client>=1.16.2; extra == "memory"
Requires-Dist: neo4j>=5.13.0; extra == "memory"
Requires-Dist: scikit-learn>=1.3.0; extra == "memory"
Requires-Dist: sentence-transformers>=2.2.0; extra == "memory"
Requires-Dist: dashscope>=1.0.0; extra == "memory"
Requires-Dist: spacy>=3.7.0; extra == "memory"
Provides-Extra: search
Requires-Dist: tavily-python>=0.7.0; extra == "search"
Requires-Dist: google_search_results>=2.4.0; extra == "search"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python
