Skip to content

the anthropic memory tool is either deprecated in the 0.74 sdk or sonnet-4-5 doesn't support it #553

the anthropic memory tool is either deprecated in the 0.74 sdk or sonnet-4-5 doesn't support it

the anthropic memory tool is either deprecated in the 0.74 sdk or sonnet-4-5 doesn't support it #553

Workflow file for this run

name: GitHub Agent
on:
issues:
types: [opened]
jobs:
agent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: View the github context
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
- name: Run GitHub Agent
uses: kludex/github-agent@main
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}