Agentic Reasoning
Basic Information
Agentic Reasoning is an open-source research framework that explores integrating agentic tools into large language model (LLM) reasoning. The repository is aimed at researchers and developers who want to experiment with augmenting LLMs with external tools and pipelines for deeper, multi-step research workflows. The project includes environment setup instructions, a main run script, and references an associated arXiv preprint. It supports using remote LLMs and third-party services through API keys, and it explicitly cautions that the code is still in active development and may require updates to run. The README lists a short todo list and acknowledges code reuse from other projects. The overall purpose is to provide a practical, extensible starting point for prototyping agentic reasoning approaches in deep research contexts.