Skip to content

260612#40

Merged
tynab merged 1 commit into
mainfrom
develop
Jun 11, 2026
Merged

260612#40
tynab merged 1 commit into
mainfrom
develop

Conversation

@tynab

@tynab tynab commented Jun 11, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings June 11, 2026 18:05
@tynab tynab merged commit b157935 into main Jun 11, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR primarily rebrands the project from “YAN/Ollama Stack” to “RAG - Agent”, updating documentation and identifiers to match, and makes small wording/label adjustments in the agent workflow outputs.

Changes:

  • Update README and module docstrings to reference “RAG - Agent” instead of the previous stack name.
  • Add Compose project naming (name: rag-agent) and rename built image tags for rag-api / agent-api.
  • Adjust task checklist wording/status label in agent-api/workflow.py, and expand the Designer agent’s rag_query_hint.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
README.md Rebrand docs (title/TOC/wording) to “RAG - Agent”.
rag-api/ingest.py Update module header string to “RAG - Agent”.
rag-api/graph.py Update module header string and add _require_env docstring.
docker-compose.yml Set Compose project name and rename built image tags.
agent-api/workflow.py Update checklist status label text and related comments/docstring.
agent-api/agents.py Expand Designer agent rag_query_hint keywords.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread agent-api/workflow.py
Comment on lines +426 to 430
Mỗi dòng đối chiếu một TL task với kết quả sinh code (3 trạng thái):
- ✅ Done: task được cover bởi ít nhất một file đã sinh.
- ⏳ Addressed in output: task chưa có file khớp nhưng đã được đề cập.
- ⏳ Partial: task chưa có file khớp nhưng đã được đề cập trong output.
- ❌ Deferred: task bị defer hoặc chưa được xử lý.

Comment thread agent-api/workflow.py
Comment on lines 950 to 952
# Thêm bảng Task Completion Checklist vào cuối output để đối chiếu
# mọi TL task với file đã sinh — ✅ Done hoặc ⏳ Addressed in output.
# mọi TL task với file đã sinh — ✅ Done, ⏳ Partial, hoặc ❌ Deferred.
if tl_tasks:
Comment thread rag-api/graph.py
Comment on lines +64 to +67
"""Trả về giá trị biến môi trường *name*.

Raise RuntimeError nếu biến không tồn tại — dùng cho các biến cấu hình bắt buộc.
"""
Comment thread README.md

```
Ollama-Stack/
RAG - Agent/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants