Skip to content

Improve chatbot agent: fix config key overrides, update RAG docs, add…#169

Open
zhangdjr wants to merge 1 commit intomainfrom
chatbot-agent-improvements
Open

Improve chatbot agent: fix config key overrides, update RAG docs, add…#169
zhangdjr wants to merge 1 commit intomainfrom
chatbot-agent-improvements

Conversation

@zhangdjr
Copy link
Copy Markdown
Collaborator

@zhangdjr zhangdjr commented May 1, 2026

… eval

  • Fix training agent hallucinating wrong override keys (train., default., trainer.*) by auto-injecting flattened config YAML with correct Hydra override paths
  • Remove redundant CONFIG_DESCRIPTIONS from tools.py; read descriptions from YAMLs
  • Update RAG file summaries to use correct Hydra terminology and config paths
  • Fix CLI flags in agent prompts: --config, --mode test, --checkpoint
  • Add agent_eval.py for end-to-end training/inference command generation testing
  • Rewrite rag_eval.py with comprehensive questions matching updated docs
  • Training eval score: 19/20 (up from 15/20 baseline)

… eval

- Fix training agent hallucinating wrong override keys (train.*, default.*, trainer.*)
  by auto-injecting flattened config YAML with correct Hydra override paths
- Remove redundant CONFIG_DESCRIPTIONS from tools.py; read descriptions from YAMLs
- Update RAG file summaries to use correct Hydra terminology and config paths
- Fix CLI flags in agent prompts: --config, --mode test, --checkpoint
- Add agent_eval.py for end-to-end training/inference command generation testing
- Rewrite rag_eval.py with comprehensive questions matching updated docs
- Training eval score: 19/20 (up from 15/20 baseline)
@zhangdjr zhangdjr requested a review from akgohain May 1, 2026 03:35
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.

1 participant