TODO Agent
----------

> show todos
No TODOs

> add todo: fix me
Okay, I have added "fix me".

> add todo: fix me too
Okay, I have added "fix me too".

> show todos
1: fix me
2: fix me too

> delete item 1
Okay, I have deleted "fix me"

> show todos
1: fix me too

---
todoagent.rb
todoagent-api.yaml
todobot.rb
testtodoagent.rb
testtodobot.rb
todobotd.rb