A powerful AI-powered agent for querying MongoDB databases using natural language. Built with LangGraph and supporting multiple LLM providers. mongodb-nl-query-ai-agent/ ├── README.md # This file ├── ...
bytedance_solution/ ├── README.md # 题目描述 + 实现思路 ├── PROCESS.md # 解题全过程记录 ├── main.py # CLI 命令行入口 ├── benchmark.py # 性能基准测试 ├── Makefile # test / lint / demo / report ├── input.json # 示例 JSON 数据 ├── ...