Entity Update II
- Entities are now described but not defined by the entities.json file. This means that any Python object can be handed around and the framework still knows how to do automatic entity extraction and conversion.
- Switches entities to nodes and actions to edges.
- Added is_a relationship to entities. Entities that have an is_a relationship with another entity can be consumed by the same actions that consume the other entity.