An open API service indexing awesome lists of open source software.

https://github.com/andrewnguonly/wardrobe-ai


https://github.com/andrewnguonly/wardrobe-ai

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Wardrobe AI

An AI agent for your wardrobe.

## Memory Structure

Namespace Hierarchy:
- `.articles.tops`
- `.articles.bottoms`
- `.articles.`
- `.history`

Key: ``

Value:
`.articles.*`
```
{
"description": ""
}
```

`.history`
```
"last_worn_at": "",
"count": 0,
```