Releases: faocrates/agent-station
Releases · faocrates/agent-station
v1.0.2
- Supports both mobile and static software agents
- Based on secure gRPC (over HTTP/2 with SSL, TLS) or plain Java-RMI (JRMP) remote communications
- Supports collaboration between agents with messages in JSON format
- Schedule an agent to carry out a task (once or repeatedly)
- Permission-based mobile agent migration to remote Agent Stations
- Specified permissions determine whether an agent is allowed in the environment
- Jar files containing agents are verified against known MD5 hash code
- Offers two user interface alternatives, a GUI or an interactive TUI
- Runs on any OS supporting Java 17 LTS