Skip to content

Releases: AhmedGD1/takobi_ai

Takobi AI 1.1.0

Choose a tag to compare

@AhmedGD1 AhmedGD1 released this 05 Jul 06:54

Takobi AI v1.1.0

This release introduces Hierarchical State Machine (HSM) support and several quality-of-life improvements that make Takobi AI easier to use, integrate, and contribute to.

New Features

Hierarchical State Machines (HSM)

State Machines can now contain child State Machines, making it easier to organize complex AI behaviors into reusable, maintainable hierarchies.

🛠 Improvements

  • Added Visual Studio solution (.sln) files.
  • Added C# project (.csproj) files.
  • Added a Godot project (project.godot) so the repository can be opened immediately with Godot.
  • Improved the overall repository structure for a smoother development experience.

📚 Documentation

The documentation has been significantly improved with:

  • Better installation instructions.
  • Clearer feature overview.
  • Improved examples.
  • Better organization and formatting.
  • Easier navigation for new users.

Full Changelog: v1.0.0...v1.1.0

TakobiAI v1.0.0

Choose a tag to compare

@AhmedGD1 AhmedGD1 released this 02 Jul 00:31
cb9ef4d

TakobiAI 1.0.0

Initial stable release.

Features

  • Native Godot editor integration
  • Live behavior tree debugger
  • Blackboard system
  • Services
  • Decorator nodes
  • Composite nodes
  • SubTrees
  • Performance monitors
  • Custom inspectors
  • Script templates

Requires Godot 4.x with C# support.