-
Notifications
You must be signed in to change notification settings - Fork 131
feat: add go sdk #192
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
Open
AstraBert
wants to merge
13
commits into
tursodatabase:main
Choose a base branch
from
AstraBert:feat/go-sdk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: add go sdk #192
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sivukhin
reviewed
Jan 5, 2026
Author
|
Just a small update: I am almost done with the filesystem, I am targeting next Monday/Tuesday for a complete first draft and to start adding tests! |
Author
|
Hey @sivukhin I am done with the first draft! I will work on tests now, but the porting to Go is complete, if you want to take a look :)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey there!
I really appreciate the great work you're doing with AgentFs and I wanted to give back in some way by contributing the Go SDK.
Since I saw there was some interest in #29, I'm opening this PR for visibility (and to avoid duplicate work) even if, for now, it is WIP.
Will report my progress in the tasks list below:
I will mark this PR as ready for review as soon as everything is completed and tested, but I appreciate feedback at any time!😊