├── .gitignore ├── Document.md ├── LICENSE ├── README.md ├── example.py ├── requirements.txt └── tools.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliezzahn/ai-research-agent/HEAD/.gitignore -------------------------------------------------------------------------------- /Document.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliezzahn/ai-research-agent/HEAD/Document.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliezzahn/ai-research-agent/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliezzahn/ai-research-agent/HEAD/README.md -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliezzahn/ai-research-agent/HEAD/example.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliezzahn/ai-research-agent/HEAD/requirements.txt -------------------------------------------------------------------------------- /tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliezzahn/ai-research-agent/HEAD/tools.py --------------------------------------------------------------------------------