Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: partial tree export/import #7

Open
tadeongmi opened this issue Mar 28, 2023 · 4 comments · May be fixed by #67
Open

feat: partial tree export/import #7

tadeongmi opened this issue Mar 28, 2023 · 4 comments · May be fixed by #67
Assignees
Labels
good first issue Good for newcomers

Comments

@tadeongmi
Copy link

Allow users to share the state of the agent, "tree import/export".

Use case
User A prompts several times to get to a state where the agent is fairly good at doing X type job.
User A shares the agent with their friend, User B.
User B uses the agent regularly to do X type job.
User B discovers a better state for the agent and shares it with User A.

@transmissions11 transmissions11 changed the title Add sharing of agent state feat: add sharing of agent state Mar 28, 2023
@transmissions11
Copy link
Member

transmissions11 commented Mar 29, 2023

👍

i think the way this should work is you select a group of nodes and then can click some menu item (and/or use some keybind) and it computes all the edges needed for that group of nodes, and then bundles that w/ the selected nodes in a json file that the user can download and send to their friends to upload into their workspace

to upload there should just be a menu item and keybind you can use to open a modal that has a big json input and an "upload" button that just parses the nodes and plops them on the graph (ideally somewhere where they dont conflict with any other trees)

@transmissions11 transmissions11 changed the title feat: add sharing of agent state feat: tree export/import Mar 29, 2023
@transmissions11 transmissions11 added the good first issue Good for newcomers label Mar 29, 2023
@transmissions11 transmissions11 changed the title feat: tree export/import feat: partial tree export/import Mar 29, 2023
@AdamSchinzel
Copy link
Contributor

How about implementing something like Tree library (similar to Prompt library in TypingMind) where people can share useful trees.

This would require some backend. Would be nice to setup Hasura (with Posgres) and have GraphQL ready and Nest.js if we would need some custom logic.

What ya guys think?

@transmissions11
Copy link
Member

I think down the line that could be a super useful feature, but too early to introduce a backend and marketplace just yet imo.

@Christofon
Copy link
Contributor

Currently working on this, feel free to assign me!

@Christofon Christofon linked a pull request Apr 13, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants