Skip to content

Shashank23123458867504/agentic-task-executor

Repository files navigation

Agentic Task Execution AI

Overview

A goal-driven Agentic AI system built using a planner–executor–controller architecture. The agent decomposes high-level goals into steps, executes them safely, and persists execution history using JSON-based memory.


Architecture

Planner → Executor → Controller → Memory

  • Planner: Converts goals into ordered steps
  • Executor: Executes steps using safe, rule-based tools
  • Controller: Manages execution flow
  • Memory: Stores execution history across runs

Features

  • Modular agent design
  • Safe execution with command whitelisting
  • Persistent JSON-based memory
  • LLM-agnostic planner design

How to Run

python test_controller.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages