-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME.txt
More file actions
25 lines (15 loc) · 870 Bytes
/
README.txt
File metadata and controls
25 lines (15 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a clone of the GitHub repository https://github.com/always-on/always.
It contains code for the research project Always-on Relational Agents
for Social Support of Isolated Older Adults (see
http://www.cs.wpi.edu/~rich/always).
The toplevel folder organization of this repository is as follows:
core - implementation of the core architecture of the agent, which
includes the collaboration manager, the relationship manager
and the semantic network (see docs/Architecture.pdf).
docs - documentation
plugins - subfolders for plugins (see docs/Architecture.pdf)
user - user model information (stored in semantic network)
[as of 1/3/12, some of this information is dispersed elsewhere
and will be moved here]
Please see the README.txt files in each folder for more details.
For more information contact rich@wpi.edu.