-
Notifications
You must be signed in to change notification settings - Fork 379
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
chore: fix nightly #571
Merged
Merged
chore: fix nightly #571
Conversation
This file contains 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
✅ Heimdall Review Status
|
CarsonRoscoe
approved these changes
Mar 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would we rather comment it out or outright delete it?
If commenting out is your preference, this LGTM
@CarsonRoscoe I'm going to fast follow with a fix, so I'd rather just keep it |
chenciao8
added a commit
to TradeOnDESK/agentkit
that referenced
this pull request
Mar 19, 2025
* feat: GHA Publish coinbase-agentkit-openai-agents-sdk to PyPI (coinbase#551) * feat: python openai agents sdk support (coinbase#550) * feat: initial commit * chore: unit tests * chore: updated readmes * chore: updated to live openai-agents package * fix: fix params schema to conform to openai requirements * chore: updated README in /python * chore: generated changelog changes (coinbase#552) * chore: add next-template to workspaces (coinbase#544) * chore: add next-template to workspaces * chore: fix lint in next template * chore: generated changeset * chore: reverted img change --------- Co-authored-by: CarsonRoscoe <[email protected]> * chore: python bump cdp sdk version (coinbase#554) * chore: bump cdp-sdk version from 0.19.0 to 0.21.0 in python * chore: generated changelog * chore: generate changelog changes & bump coinbase-agentkit version * Update README.md (coinbase#555) * feat: model context protocol example (coinbase#546) * feat: initial commit * feat: working claude example * chore: removed wallet read/writes * chore: updated README * chore: added examples to parent READMEs * chore: format/lint * chore: added build to ignore * fix: package dependencies * chore: change build folder to dist * chore: package-lock * chore: fixed package-lock.json * chore: removed dotenv dependency * chore: removed moduleResolution from tsconfig * fix: package-lock * pr feedback * chore: lint format * fix: package-lock * fix: claud config arg for server location * feat: pr feedback * feat: npm cli - multi framework + Vercel AI SDK (coinbase#548) * feat: initial commit * fix: handleNextSelection call * chore: format and lint * chore: updated comments * chore: changelog * chore: updated readmes * chore: added todo and removed MCP from Framework list for now * chore: removed references to mcpServer and MCP. Will readd in its own PR * chore: updated package-lock * chore: removed missed mcpServer reference * chore: lint * chore: infer types from constants (coinbase#559) * feat(python): add allora network price inference (coinbase#110) * fix typo: OpenSeas to OpenSea (coinbase#564) * fix typo (coinbase#563) * feat: pipx cli - multi framework support + OpenAI Agents + Beginner template (coinbase#557) * chore: refactored chatbot into prepare_agent, create_agent and chatbot * feat: added openai agents sdk * chore: pyproject.toml dependencies depends on framework selected * fix: openai agents sdk dependencies * feat: added paymaster comment to smart wallet scenario * feat: added introduction template * feat: cleaned up beginner template * feat: changed --mode=beginnner arg to --beginner flag * feat: improved wallet persistance and beginner flag * chore: changelog * chore: updated README * chore: lint * chore: updated beginner README * feat(ts): defillama action provider (coinbase#513) * feat(ts): defillama action provider (coinbase#316) * feat(ts): defillama action provider refinements (coinbase#513) --------- Co-authored-by: bilgin-kocak <[email protected]> * chore: rm changelog workflow (coinbase#570) * chore: add mcp template (coinbase#568) * fix: readded missing .env.local file (coinbase#567) * feat(py): hyperbolic action provider (coinbase#531) * feat(py): hyperbolic action provider (coinbase#154) * feat(py): hyperbolic action provider 0.1.0 migration (coinbase#509) * feat(py): hyperbolic action provider refinements (coinbase#531) --------- Co-authored-by: Kai Huang <[email protected]> Co-authored-by: Amr Elhady <[email protected]> * chore: fix nightly (coinbase#571) * feat(create-onchain-agent): add mcp to typescript cli (coinbase#569) * fix: Morpho Deposit Atomic Unit Conversion (coinbase#573) * fix: Morpho Deposit Atomic Unit Conversion * changesets * chore: rm allora-sdk from example deps (coinbase#574) * chore: added readme tip to surpress warning (coinbase#575) * chore: added readme tip to surpress warning * chore: added tip to agents example readme * chore: version typescript packages (coinbase#576) * chore: version python packages (coinbase#577) * New SVGs in readme (coinbase#578) * Add files via upload * Add files via upload * Update README.md * Update README.md * Update defillama.svg * chore: add changesets action to automate version and publish (coinbase#582) * feat: added gasless transfers for USDC/CBBTC on Base/Base-Sepolia (coinbase#584) * docs: update broken links (coinbase#586) --------- Co-authored-by: John Peterson <[email protected]> Co-authored-by: Carson Roscoe <[email protected]> Co-authored-by: Ryan Gilbert <[email protected]> Co-authored-by: Olexandr88 <[email protected]> Co-authored-by: fernandofcampos <[email protected]> Co-authored-by: Oğuzhan Oğuz <[email protected]> Co-authored-by: Chris Gerber <[email protected]> Co-authored-by: bilgin-kocak <[email protected]> Co-authored-by: Kai Huang <[email protected]> Co-authored-by: Amr Elhady <[email protected]> Co-authored-by: murrlincoln <[email protected]> Co-authored-by: Cypher Pepe <[email protected]>
EdsonAlcala
pushed a commit
to EdsonAlcala/agentkit
that referenced
this pull request
Mar 21, 2025
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.
Description
Nightlies are failing because the action tries to publish built artifacts (e.g.
create-onchain-agent/templates/next
). This PR updates the action to ignoredist
, and thecreate-onchain-agent
templates.Also ignores the GitHub Release creator until we fix some issues there:
Tests
Checklist
A couple of things to include in your PR for completeness: