croncat-agents

Crates.iocroncat-agents
lib.rscroncat-agents
version1.0.4
sourcesrc
created_at2023-04-15 19:20:21.968432
updated_at2023-09-25 13:42:44.947375
descriptionCronCat agent smart contract
homepage
repositoryhttps://github.com/CronCats/cw-croncat
max_upload_size
id840120
size248,918
Trevor Clarke (TrevorJTClarke)

documentation

README

Smart contract for managing CronCats agents

Agents contract queries:

Query Description
GetAgent Get an agent by specified account_id, returns AgentInfo if found
GetAgentIds Gets the id list of agents, pagination is supported
GetAgentTasks Gets the id list of agents, pagination is supported
Config Gets the agent contract configuration

Agents contract actions:

Execute Description
RegisterAgent Action registers new agent
UpdateAgent Action for updating agents
CheckInAgent Action moves agent from pending to active list
UnregisterAgent Actions for removing agent from the system
UpdateConfig Action for updating agent contract configuration
Commit count: 1679

cargo fmt