| November 9th - November 15th | ||||||||||
| Task description | Progress this week | Project(s) | Status | |||||||
| Add ability to schedule agents to run instructions at time based intervals or at a specific time. | I added a new attribute to the Instruction Kind that indicates its schedule. Hooked it up to use the new agent scheduler to make things fire at the right time. Added some sample instructions that use Schedule. | Agent | Completed | |||||||
| Make AgentManager? keep a persistent list of Agents that have registered | Added an AgentManager? item to the repository that holds this list. Need to work with katie to determine an appropriate place in the repository for this item to live. | Agent | In progress | |||||||
| Build test agent parcel that uses the new scheduling part of the agent framework. | I converted the ZaoBao? RSS feed fetching code over to a parcel and made it check for new items every 15 minutes | Agent Zaobao | Completed | |||||||
| Bug#984 - IM availablity agent | Converted some of the Jabber code to use items so that this agent could use the repository to look for presence information. | Agent IM | In progress | |||||||
| Bug#985 - IM presence request agent | Cleaned up a bit. Need to start putting UI on top of it to make it useful. | Agent IM | In progress | |||||||