Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

DorsetProject/todo-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoAgent

The TodoAgent is a Dorset intelligent agent that creates and manipulates a user's to do list. The todoAgent can create the list in either a file or a database, depending on the user's configurations. A user can add to, remove from, and get items from the to do list.

Configurations

See sample.conf for configuration example.
Configuration file must be named application.conf

For database functionality, see sample.cfg.xml for additional configuration example.
Configuration file must be named hibernate.cfg.xml

Example Requests

  • ADD [item text]
  • REMOVE [keyword]
  • REMOVE [item number]
  • GET ALL
  • GET ALL [keyword]
  • GET ALL [date(mm/dd/yyyy)]
  • GET [keyword]
  • GET [item number]

About

Dorset agent for maintaining a ToDo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages