3345 Commits

Author SHA1 Message Date
Richard T 989801dd77 fix: fix dependency issues 2026-01-21 16:40:30 -08:00
Timothy @aden 9688236f88 Merge pull request #48 from bryanadenhq/feat/credential-manager
Feat/credential manager
2026-01-21 14:46:21 -08:00
bryan 888569416b Merge branch 'staging' into feat/credential-manager 2026-01-21 14:33:28 -08:00
Timothy @aden e915e79704 Merge pull request #49 from vincentjiang777/chore/readme
new readme
2026-01-21 14:28:48 -08:00
Timothy @aden 6d939777e9 Merge pull request #50 from TimothyZhang7/feature/construction-phase
Feature/construction phase
2026-01-21 14:23:21 -08:00
Vincent Jiang 76563a3274 updated email contact@adenhq.com 2026-01-21 14:21:33 -08:00
Vincent Jiang cd2e64bcc8 changes to readme, job posts, styling 2026-01-21 14:19:11 -08:00
Timothy aa67f028ac fix: upgrade testing agent skill 2026-01-21 14:15:53 -08:00
bryan fba2751f73 documentation for credentials manager 2026-01-21 13:55:52 -08:00
bryan d1e3daa532 credentials 2026-01-21 13:52:00 -08:00
Vincent Jiang 2d3a02d6a5 Merge branch 'chore/readme' of https://github.com/vincentjiang777/hive into chore/readme 2026-01-21 13:48:02 -08:00
Vincent Jiang 6d516efe93 new changes 2026-01-21 13:47:21 -08:00
Timothy eb29dd7fff feat: align skills with direct code generation approach 2026-01-21 13:23:18 -08:00
RichardTang-Aden 2e0f3117ef Merge pull request #39 from mohamedawnallah/integrate-litellm
core: integrate `LiteLLM` provider
2026-01-21 13:08:52 -08:00
RichardTang-Aden 137d5c2d45 Merge pull request #38 from RED-ROSE515/feat/vitest
feat(honeycomb): Set up Vitest testing infrastructure
2026-01-21 11:12:29 -08:00
RichardTang-Aden d3ccb6dde0 Merge pull request #40 from gupta-piyush19/chore/adds-jsdoc-comments
chore: adds JSDoc comments to services
2026-01-21 11:05:24 -08:00
Red Rose 1e23057849 fix: update package lock file 2026-01-21 10:59:56 -08:00
Red Rose af0d5b1f11 fix: add lockfile 2026-01-21 10:55:33 -08:00
Red Rose a7ea8a53bc feat: set up vitest testing infrastructure 2026-01-21 10:53:27 -08:00
RichardTang-Aden 63206ba28e Merge pull request #42 from uttam-salamander/feature/jest-test-infrastructure
feat: Set up Jest test infrastructure
2026-01-21 10:49:51 -08:00
RichardTang-Aden b4adcb0ee2 Merge pull request #43 from SimbaChasumba1/fix/user-controller-final
Improve error type safety in user controller
2026-01-21 10:15:48 -08:00
Timothy @aden ae349e133c Merge pull request #44 from TimothyZhang7/feature/persistent-sessions
Feature/persistent sessions
2026-01-21 09:10:45 -08:00
Timothy fc0f7767b4 fix: export_graph with proper entrypoints 2026-01-21 08:20:35 -08:00
Timothy 26d0ab4419 feat(cli): basic session support, mcp integration issues 2026-01-21 07:45:41 -08:00
SimbaChasumba1 977ab30def refactor(user-controller): improve error type safety using unknown 2026-01-21 17:10:25 +02:00
Uttam Kumar 169cf970cf feat: add Jest test infrastructure
- Add jest.config.js with TypeScript support (ts-jest)
- Add tsconfig.test.json for test compilation
- Add supertest for HTTP endpoint testing
- Create test utilities for database mocking (PostgreSQL, MongoDB)
- Add example health endpoint test as template

Closes #13
2026-01-21 02:12:26 -07:00
Piyush Gupta 1f950706ff chore: adds jsdoc comments 2026-01-21 11:58:56 +05:30
Mohamed Awnallah 56a84d9991 README.md: update docs 2026-01-21 07:25:43 +02:00
Mohamed Awnallah a50bdcfc72 core: make AnthropicProvider backward compatible with litellm integration 2026-01-21 07:24:55 +02:00
Mohamed Awnallah 86d11bbf39 core: introduce litellm provider 2026-01-21 07:24:35 +02:00
Timothy @aden 967318da3e Merge pull request #36 from mohamedawnallah/clarify-magic-numbers
docs: clarify magic numbers
2026-01-20 19:32:20 -08:00
Mohamed Awnallah 93a173bd94 docs: add descriptive comments to hardcoded magic numbers
- userApi.ts: Extract DEFAULT_API_TOKEN_TTL_SECONDS constant (157680000 = 5 years)
- agentControlApi.ts: Extract DEFAULT_LOGS_LIMIT (500) and DEFAULT_AGGREGATED_LOGS_LIMIT (100) constants
- useAgentStatus.ts: Add comment explaining RECONNECT_DELAY_MS purpose

Closes #8
2026-01-21 05:19:32 +02:00
Timothy ebafd90b9f feat: persistent session data 2026-01-20 18:36:00 -08:00
Timothy @aden 0870930c1e Merge pull request #33 from bryanadenhq/feat/test-phase
initial test phase
2026-01-20 17:17:36 -08:00
Timothy @aden 948888721c Merge pull request #35 from RichardTang-Aden/feat-incorporate-file-system-tools
Feat incorporate file system tools
2026-01-20 17:03:27 -08:00
Richard T d936ebd898 Merge branch 'feat-incorporate-file-system-tools' of https://github.com/RichardTang-Aden/hive into feat-incorporate-file-system-tools 2026-01-20 16:59:02 -08:00
Richard T 3fee7b328f feat: add more detailed file tools description 2026-01-20 16:55:41 -08:00
bryan 6aa5634363 Merge branch 'main' into feat/test-phase 2026-01-20 16:36:27 -08:00
bryan e2945b6c99 initial test phase 2026-01-20 16:28:21 -08:00
Timothy @aden 4857abf008 Merge pull request #27 from RichardTang-Aden/feat-incorporate-file-system-tools
Feat incorporate file system tools
2026-01-20 16:23:54 -08:00
Timothy @aden d346865464 Merge branch 'main' into feat-incorporate-file-system-tools 2026-01-20 16:23:40 -08:00
Timothy @aden 72d3621fc0 Merge pull request #31 from TimothyZhang7/feat/core-framework
Feat/core framework - MCP Tool Integration
2026-01-20 16:13:20 -08:00
Timothy ea21038daf fix: validator to support hitl nodes 2026-01-20 16:11:01 -08:00
Richard T 583f1df93b feat: update file use docker 2026-01-20 15:38:08 -08:00
Timothy 5ec18bb673 chore: adjust diagram 2026-01-20 15:34:02 -08:00
Timothy 0dab1b32f5 fix: diagram color scheme 2026-01-20 14:00:13 -08:00
Timothy 95f375547a chore: compact the architecture digram 2026-01-20 13:57:59 -08:00
Timothy 0e9582b56c chore: update diagram chart 2026-01-20 13:53:29 -08:00
Timothy 8a17954fdf feat: mcp tool registry mvp 2026-01-20 13:28:42 -08:00
Richard T adf6dabccf feat: add tests to file sys tools 2026-01-20 10:49:14 -08:00