Agentic System for Multi-Step Decision Support

Built an LLM agent that decomposes user requests into sequential steps

  • Built an LLM agent that decomposes user requests into sequential steps and invokes external tools via structured function calls.
  • Implemented execution control, state tracking, and error recovery to improve reliability in multi-step workflows.