mirror of
https://github.com/furyhawk/Multi-Agent-Research-Assistant.git
synced 2026-07-21 08:35:35 +00:00
Add Dockerfile, .dockerignore, and .gitattributes for containerization. Improve app.py with markdown cleaning, new tab link extensions, and better HTML rendering. Update research_assistant.py with code formatting, datetime utilities, and refined Pydantic models. Enhance README.md with Hugging Face metadata, detailed flow diagram, and retrieval policy. Update notebook and research report with latest findings and execution details. Modify research images.
16 lines
143 B
Plaintext
16 lines
143 B
Plaintext
.git
|
|
.env
|
|
.states
|
|
.web
|
|
__pycache__
|
|
*.py[cod]
|
|
*.log
|
|
.venv
|
|
venv
|
|
env
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.DS_Store
|
|
research/*.ipynb_checkpoints
|