IAgentRepository public interface IAgentRepository : IRepository, IContextualInformation Documentation int Create(IAgent agent) IAgent Read(int artifactID) void Update(IAgent agent)