Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Install dependencies
run: |
uv sync --dev
uv sync --dev --extra phoenix

- name: Setup environment file
run: cp .env.example .env
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ coverage.xml
.coverage
.scannerwork/
opencode.json
.vscode/
.vscode/
agents
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ COPY --from=builder /app/.venv /app/.venv

# Copy application source and agent configs
COPY src/ /app/src/
COPY agents/ /app/agents/

# Set Python path and venv
ENV PYTHONPATH=/app:$PYTHONPATH
Expand All @@ -33,4 +32,4 @@ USER appuser

EXPOSE 8000

CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["python", "-m", "src.main"]
26 changes: 0 additions & 26 deletions agents/code-reviewer.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions agents/data-extractor.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions agents/example-agent.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions agents/mcp-agent.yaml

This file was deleted.

1 change: 0 additions & 1 deletion agents/minimal.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions agents/rag.yaml

This file was deleted.

Loading
Loading