LICENSE
MANIFEST.in
README.md
setup.py
src/aient/__init__.py
src/aient.egg-info/PKG-INFO
src/aient.egg-info/SOURCES.txt
src/aient.egg-info/dependency_links.txt
src/aient.egg-info/requires.txt
src/aient.egg-info/top_level.txt
src/aient/core/.git
src/aient/core/.gitignore
src/aient/core/__init__.py
src/aient/core/log_config.py
src/aient/core/models.py
src/aient/core/request.py
src/aient/core/response.py
src/aient/core/utils.py
src/aient/core/test/test_base_api.py
src/aient/core/test/test_geminimask.py
src/aient/core/test/test_image.py
src/aient/core/test/test_payload.py
src/aient/models/__init__.py
src/aient/models/audio.py
src/aient/models/base.py
src/aient/models/chatgpt.py
src/aient/models/claude.py
src/aient/models/duckduckgo.py
src/aient/models/gemini.py
src/aient/models/groq.py
src/aient/models/vertex.py
src/aient/plugins/__init__.py
src/aient/plugins/arXiv.py
src/aient/plugins/config.py
src/aient/plugins/excute_command.py
src/aient/plugins/get_time.py
src/aient/plugins/image.py
src/aient/plugins/list_directory.py
src/aient/plugins/read_file.py
src/aient/plugins/read_image.py
src/aient/plugins/readonly.py
src/aient/plugins/registry.py
src/aient/plugins/run_python.py
src/aient/plugins/websearch.py
src/aient/plugins/write_file.py
src/aient/utils/__init__.py
src/aient/utils/prompt.py
src/aient/utils/scripts.py
test/test.py
test/test_API.py
test/test_Deepbricks.py
test/test_Web_crawler.py
test/test_aiwaves.py
test/test_aiwaves_arxiv.py
test/test_ask_gemini.py
test/test_class.py
test/test_claude.py
test/test_claude_zh_char.py
test/test_ddg_search.py
test/test_download_pdf.py
test/test_gemini.py
test/test_get_token_dict.py
test/test_google_search.py
test/test_jieba.py
test/test_json.py
test/test_logging.py
test/test_ollama.py
test/test_plugin.py
test/test_py_run.py
test/test_requests.py
test/test_search.py
test/test_tikitoken.py
test/test_token.py
test/test_url.py
test/test_whisper.py
test/test_wildcard.py
test/test_yjh.py