Integrate with pins for writing agents, informants
@rich-iannone is already working on this.
Since Aug 1, 2023.
- Dominant language
- R
- Stars
- 1k
- Forks
- 59
- Avg merge
- 25m
- Merged PRs (30d)
- 4
Description
Object ops functions for agents and informants revolve around writing and reading from disk.
A logical workflow would include writing agents and informants to a pin with a board back end on Connect, S3, or other.
This would enable reading agents or informants into downstream reports or apps. Notably, creation of multiagents would be significantly improved if the multiagent could be created from a versioned pin.
One current challenge with trying to do this manually is the size of the agent object when written. The input tbl is redundantly saved within each validation. This makes the object very large difficult to pin. Some optimization in the agent object would be required. Then this would be a super slick workflow.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.