agent-tk 0.4.0

`agent-tk` (`agent toolkit/tasks-knowledge`) is a crate for the development of autonomous agents using Rust, with an emphasis on tasks and knowledge based agents. This project is part of the [auKsys](http://auksys.org) project.
Documentation
1
2
3
pub const VELOCITY_SLOW_RATIO: f32 = 0.3;
pub const VELOCITY_STANDARD_RATIO: f32 = 0.8;
pub const VELOCITY_FAST_RATIO: f32 = 1.0;