kylestratis / llm-knowledge-agent

MIT License
2 stars 0 forks source link

Create Note class #14

Closed kylestratis closed 1 year ago

kylestratis commented 1 year ago

This should be a base class from which Literature Note and Evergreen Note descend.

It should have a metadata property, text/body property, and convert to obsidian note function.

It may be flexible enough to not need subclasses for the specific types of nots.