Skip to content

Commit d023fa7

Browse files
authored
Merge pull request #20 from adity1raut/aditya-side
Integrate Anthropic AI SDK and enhance AI functionalities
2 parents 5e7b679 + c1f6e32 commit d023fa7

43 files changed

Lines changed: 785 additions & 2728 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

.github/workflows/ci-agent.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
MONGOMS_HOME: /home/runner/.cache/mongodb-binaries
2929
NODE_ENV: test
30+
ANTHROPIC_API_KEY: sk-test-ci-dummy-key
3031

3132
steps:
3233
- uses: actions/checkout@v4
@@ -111,41 +112,11 @@ jobs:
111112
path: client/dist/
112113
retention-days: 7
113114

114-
agent:
115-
name: Agent — Python ${{ matrix.python-version }}
116-
runs-on: ubuntu-latest
117-
118-
strategy:
119-
fail-fast: false
120-
matrix:
121-
python-version: ["3.11", "3.12", "3.13"]
122-
123-
defaults:
124-
run:
125-
working-directory: agents
126-
127-
env:
128-
# tests mock all API calls; key only satisfies config.py startup check
129-
ANTHROPIC_API_KEY: sk-test-ci-dummy-key
130-
PYTHONPATH: .
131-
132-
steps:
133-
- uses: actions/checkout@v4
134-
135-
- uses: actions/setup-python@v5
136-
with:
137-
python-version: ${{ matrix.python-version }}
138-
cache: pip
139-
cache-dependency-path: agents/requirements.txt
140-
141-
- run: pip install -r requirements.txt
142-
- run: python -m pytest tests/ -v --tb=short
143-
144115
# Required status check — add this job to branch protection rules
145116
all-checks-pass:
146117
name: All checks passed
147118
runs-on: ubuntu-latest
148-
needs: [backend, frontend-lint, frontend-build, agent]
119+
needs: [backend, frontend-lint, frontend-build]
149120
if: always()
150121
steps:
151122
- name: Check all jobs

agents/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)