Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7e670ce
feat: event loop WP1-4
TimothyZhang7 Jan 30, 2026
017872f
feat: emit bus events
TimothyZhang7 Jan 31, 2026
bcddd4c
Merge branch 'feature/credential-manager-aden-provider' into test/wp1…
TimothyZhang7 Jan 31, 2026
c52ce6b
Merge branch 'feature/event-loop-framework' into test/wp1-wp2-wp6-com…
TimothyZhang7 Jan 31, 2026
70db618
feat: event loop node implementation
TimothyZhang7 Feb 2, 2026
94d3174
fix: sync with wp7
TimothyZhang7 Feb 2, 2026
9c33da7
added graph validation for client-facing nodes [WP-10]
bryanadenhq Feb 2, 2026
17caab6
feature: remove hard failure on schema mismatch for context hand off
TimothyZhang7 Feb 2, 2026
3947da2
Merge upstream/event-loop-arch into feature/event-loop-wp8
TimothyZhang7 Feb 2, 2026
a86043a
Merge pull request #3127 from TimothyZhang7/feature/event-loop-wp8
TimothyZhang7 Feb 2, 2026
20b2e4b
fix: robust compaction logic
TimothyZhang7 Feb 2, 2026
537172d
implemented clientIO gateway [WP-9]
bryanadenhq Feb 2, 2026
9034d1d
lint fix
bryanadenhq Feb 2, 2026
df4d0ad
feat: aden provider credential store by provider
TimothyZhang7 Feb 2, 2026
9c16826
Merge pull request #3137 from adenhq/feat/clientIO-gateway
TimothyZhang7 Feb 2, 2026
b9f83d4
Merge pull request #3244 from TimothyZhang7/feature/aden-sync-by-prov…
TimothyZhang7 Feb 2, 2026
3240616
Merge pull request #3250 from adenhq/feat/validation-client-facing
TimothyZhang7 Feb 2, 2026
22e816b
chore: update gitignore
TimothyZhang7 Feb 2, 2026
d7afa5d
wp-12
bryanadenhq Feb 2, 2026
d49e858
lint update
bryanadenhq Feb 2, 2026
4aacec3
fix: text delta granularity, tool limit problem
TimothyZhang7 Feb 2, 2026
feac803
Merge pull request #3256 from adenhq/feat/integration-tests
TimothyZhang7 Feb 2, 2026
6faa63f
fix: loop prevention in feedback edges
TimothyZhang7 Feb 3, 2026
1ed0edd
Merge remote-tracking branch 'upstream/main' into event-loop-arch
TimothyZhang7 Feb 3, 2026
e061386
chore: remove local claude settings
TimothyZhang7 Feb 3, 2026
7dd70b8
feat: tool truncation
TimothyZhang7 Feb 3, 2026
51d341b
fix: tool pruning logic
TimothyZhang7 Feb 3, 2026
0ef2e64
fix: use mcp tools properly
TimothyZhang7 Feb 3, 2026
a03bd78
fix: formulate tool call results
TimothyZhang7 Feb 4, 2026
d16a3c3
chore: give comand line to demo
TimothyZhang7 Feb 4, 2026
ccd6bb7
chore: lint
TimothyZhang7 Feb 4, 2026
b98afb0
chore: lint
TimothyZhang7 Feb 4, 2026
6a42b9c
fix: resolve CI failures in lint and tests
TimothyZhang7 Feb 4, 2026
119280d
Merge remote-tracking branch 'upstream/main' into event-loop-arch
TimothyZhang7 Feb 4, 2026
a2e102f
windows lint fix
bryanadenhq Feb 4, 2026
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
46 changes: 0 additions & 46 deletions .claude/settings.local.json

This file was deleted.

7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@ exports/*

.agent-builder-sessions/*

.venv
.claude/settings.local.json

.venv

docs/github-issues/*
core/tests/*dumps/*
Loading