https://github.com/andrewnguonly/wardrobe-ai
https://github.com/andrewnguonly/wardrobe-ai
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewnguonly/wardrobe-ai
- Owner: andrewnguonly
- License: mit
- Created: 2025-02-02T21:32:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T23:05:39.000Z (8 months ago)
- Last Synced: 2025-02-03T00:18:24.560Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,
```