Releases: encryptorcode/watch-agent
Releases · encryptorcode/watch-agent
Minor functionality updates
- Added support for init(). So a module can control if agent is to be started for the given arguments and previous data.
- Updated method arguments. Passing a handler object to fetch older records only if required.
- Fixed agent initiated message to appear only after an iteration is completed.
- Changed init command to start and destroy command to stop.
- Updated README with the new updates.
Core Layer for watch-agent
- Supported commands init, destroy and show
- Added suppot foe three method implementations fetch, infer and display which are called implicitly when the commands are called.
- Storing data in .json files of ~/.watch-agent folder for each module