1. NVIDIA. (2024). NVIDIA NeMo Steers the Future of AI Agent Development. NVIDIA GTC 2024. Presentations and materials highlight NeMo's capabilities for building agents that can reason, plan, and use tools to complete complex tasks, citing customer service as a key use case.
2. Yao, S., et al. (2022). ReAct: Synergizing Reasoning and Acting in Language Models. The paper introduces the ReAct framework where an LLM dynamically reasons and decides on actions (like using a tool) to solve a problem, a direct parallel to the agent's required capability. (https://doi.org/10.48550/arXiv.2210.03629)
3. Stanford University. (2024). CS224N: NLP with Deep Learning, Lecture on Agents. Course materials discuss modern agent architectures that integrate LLMs with external tools, emphasizing the "reasoning loop" where the model plans its next action based on context and tool outputs.