• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / agent-server
19%
main: 42%

Build:
Build:
LAST BUILD BRANCH: feat/ecs-alert
DEFAULT BRANCH: main
Repo Added 17 Mar 2026 06:52PM UTC
Token 90HXAR84H6o0UDV3FtML70m3ErER6zDtZ regen
Build 569 Last
Files 14
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feat/csv-file-upload-skill
branch: feat/csv-file-upload-skill
CHANGE BRANCH
x
Reset
Sync Branches
  • feat/csv-file-upload-skill
  • MauroCicerchia/slack-issue-bot
  • chore/add-davide-ab-reconversion
  • chore/add-more-converters
  • chore/aws-infra-skill-pulumi-reference
  • chore/aws-infra-skill-readme-testing
  • chore/update-readme
  • chore/use-correct-model
  • dependabot/npm_and_yarn/axios-1.15.0
  • dependabot/npm_and_yarn/basic-ftp-5.2.1
  • dependabot/npm_and_yarn/basic-ftp-5.2.2
  • dependabot/npm_and_yarn/basic-ftp-5.3.0
  • dependabot/npm_and_yarn/brace-expansion-1.1.13
  • dependabot/npm_and_yarn/file-type-21.3.3
  • dependabot/npm_and_yarn/follow-redirects-1.16.0
  • dependabot/npm_and_yarn/handlebars-4.7.9
  • dependabot/npm_and_yarn/multi-88c8261ef1
  • dependabot/npm_and_yarn/multi-d854bddb60
  • dependabot/npm_and_yarn/path-to-regexp-8.4.0
  • dependabot/npm_and_yarn/picomatch-2.3.2
  • dependabot/npm_and_yarn/protobufjs-7.5.5
  • dependabot/npm_and_yarn/undici-7.24.4
  • dependabot/npm_and_yarn/yaml-2.8.3
  • feat/ab-conversion-skill
  • feat/ab-reconvert-skill
  • feat/add-dependency-management-skill
  • feat/add-error-details-responses
  • feat/adr-6-git-style-guide
  • feat/aws-infra-improve-active-regions
  • feat/aws-infra-skill-implementation
  • feat/compound-plugin
  • feat/dapps-design-system-skill
  • feat/data-improvements
  • feat/data-query-improvements
  • feat/data-query-skill
  • feat/data-query-skill-improvements
  • feat/dms
  • feat/ecs-alert
  • feat/explorer-pr-workflow
  • feat/explorer-skills
  • feat/explorer-ticket-status-check
  • feat/gitlab-mr-reviews
  • feat/graceful-sigterm-shutdown
  • feat/html-visualizations
  • feat/improve-auth-resilience
  • feat/improve-consistency
  • feat/incident-excessive-resource-severity
  • feat/memory
  • feat/memory-improvements
  • feat/pipeline-troubleshooting-skill
  • feat/pr-review-severity-and-attribution
  • feat/pre-commit-validation-checks
  • feat/private-conv
  • feat/qa-issue-creation-flow
  • feat/raise-test-coverage
  • feat/rate-limit-log-improvements
  • feat/read-messages-in-slack
  • feat/release-review-marketing-support-pings
  • feat/shape-qa-release-buffer
  • feat/skill-unban-credits
  • feat/spawn-process
  • feat/status
  • feat/subscribe-to-channel
  • feat/support-attachments-and-blocks
  • feat/triage-primary-secondary
  • feat/two-agents-account
  • feat/unity-explorer-nullable-reference-types
  • feat/usage-skill
  • fix/auth-env-var-priority
  • fix/auto-reply
  • fix/auto-reply-nacho-headache
  • fix/aws-infra-improve-assumptions
  • fix/aws-infra-missing-pagination
  • fix/correct-regenesis-lab-slack-user-ids
  • fix/delete-schedule
  • fix/dm-queued-shutdown-notification
  • fix/fail-fast-and-redis-stale
  • fix/fallback-crash-unhandled-rejection
  • fix/fallback-per-session-auth
  • fix/fetch-thread-extract-event-text
  • fix/fetchthread-use-extracteventtext
  • fix/image-attachments-in-threads
  • fix/memory-update-destructive-overwrite
  • fix/moderator
  • fix/no-logs-dms
  • fix/oauth-fallback-validation
  • fix/pr-review-attribution-and-approval
  • fix/rate-limit-session-label-race
  • fix/rate-limit-warning-leaks-to-memory
  • fix/regenesis-lab-slack-ids
  • fix/schedule
  • fix/schedule-s3-sync
  • fix/shutdown-log-thread-count
  • fix/status
  • fix/vulnerability_hardening
  • frontend
  • gh-action
  • main
  • pipeline
  • pr-39

26 Mar 2026 11:30AM UTC coverage: 19.376% (-5.2%) from 24.617%
23592000532

Pull #32

github

root
feat: add CSV file upload support for data skill

- Add extractFileUploadTag() helper to src/slack.ts that parses
  <upload_file path="..." filename="..."/> directives emitted by agents
- Add uploadAgentFile() that calls client.files.uploadV2 (already scoped)
  to post the file in the Slack thread before the text summary
- Wire both into the app_mention and DM response handlers so any agent
  response containing the tag automatically triggers a file upload
- Update data-query SKILL.md with Step 2D documenting the CSV export
  pattern: write results to /tmp/<slug>.csv then emit the upload tag
- Add unit tests for extractFileUploadTag covering tag detection,
  attribute extraction, tag stripping, and case-insensitivity
Pull Request #32: feat: add CSV file upload support for the data skill

52 of 324 branches covered (16.05%)

Branch coverage included in aggregate %.

4 of 28 new or added lines in 1 file covered. (14.29%)

148 existing lines in 2 files now uncovered.

128 of 605 relevant lines covered (21.16%)

1.12 hits per line

Relevant lines Covered
Build:
Build:
605 RELEVANT LINES 128 COVERED LINES
1.12 HITS PER LINE
Source Files on feat/csv-file-upload-skill
  • Tree
  • List 11
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23592000532 feat/csv-file-upload-skill feat: add CSV file upload support for data skill - Add extractFileUploadTag() helper to src/slack.ts that parses <upload_file path="..." filename="..."/> directives emitted by agents - Add uploadAgentFile() that calls client.files.uploadV2 (alr... Pull #32 26 Mar 2026 11:31AM UTC root github
19.38
See All Builds (419)

Badge your Repo: agent-server

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc