You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will start working on this implementation this weekend. Will first see if there is a python sdk for Bitbucket Cloud APIs or should we just integrate the REST API. Found the official one here: https://atlassian-python-api.readthedocs.io/index.html
Also, there are too many APIs, so need to check which ones are the most useful for agentic workflow
Ok so after hours of debugging issues with atlassian python api, the conclusion is that it just doesn't work properly with Bitbucket Cloud v2.0 API. After making everything work, i got struck at the JSON serialization issue. The classes from that package are not JSON Serializable. I don't want to implement custom JSON serialization logic for all the different objects.
I will be implementing the Tool with requests making HTTP calls instead of using a package. Should be done in 2 days.
Problem Description
Adding Bitbucket APIs as tools so that Agno can have agentic workflows with Bitbucket Repos, PRs and pipelines.
API Docs: https://developer.atlassian.com/cloud/bitbucket/rest/intro
Would you like to work on this?
Yes, I’d love to work on it!
The text was updated successfully, but these errors were encountered: