LICENSE
README.md
setup.py
./xagents/__init__.py
./xagents/client.py
./xagents/config.py
./xagents/memory.py
./xagents/util.py
./xagents/agent/__init__.py
./xagents/agent/core.py
./xagents/agent/xagent.py
./xagents/kb/__init__.py
./xagents/kb/api.py
./xagents/kb/common.py
./xagents/kb/core.py
./xagents/kb/splitter.py
./xagents/kb/table_parse.py
./xagents/kb/vector_store.py
./xagents/kb/loader/__init__.py
./xagents/kb/loader/common.py
./xagents/kb/loader/markdown.py
./xagents/kb/loader/pdf.py
./xagents/kb/loader/structed.py
./xagents/model/__init__.py
./xagents/model/core.py
./xagents/model/local.py
./xagents/model/open_ai.py
./xagents/model/service.py
./xagents/model/wind.py
./xagents/model/zhipu.py
./xagents/tool/__init__.py
./xagents/tool/api.py
./xagents/tool/common_tool.py
./xagents/tool/core.py
tests/test_service.py
xagent.egg-info/PKG-INFO
xagent.egg-info/SOURCES.txt
xagent.egg-info/dependency_links.txt
xagent.egg-info/requires.txt
xagent.egg-info/top_level.txt
xagent.egg-info/zip-safe