SciSpike / yaktor-issues

Issues-only repository for issue management of all Yaktor repositories
0 stars 1 forks source link

Allow an agent's type to be an entity instead of a message #7

Open matthewadams opened 7 years ago

matthewadams commented 7 years ago

From @matthewadams on November 8, 2016 20:46

Currently, the clause agent concerns thing requires thing to be a message, which is a valid & expected use case. However, a common use case is for an agent to concern an entity. In this scenario, a message must be created that is from the entity solely for the purpose of allowing the agent to concern the message. Instead, the agent should be able to concern the entity directly, avoiding the unnecessary declaration message thing from thing.

Copied from original issue: SciSpike/yaktor#31