replicante_agent 0.3.0

Replicante agent framework
docs.rs failed to build replicante_agent-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

This crate provides interfaces and structs to build Replicante agents.

The crate provides a base Agent trait defining a common interface.

To create an agent implement the Agent trait for a struct and pass that struct to AgentRunner::new to create a runner. The AgentRunner::run method will then spin up the API server.