Commit History

docs: add ArchAgent Phase 1 design spec
bdc65cb

CallMeDaniel Claude Opus 4.7 (1M context) commited on

fix: rewrite agent backstories to stop asking technical questions (#14)
cc2146c
unverified

Daniel Tu Claude Opus 4.6 (1M context) commited on

feat: constrain agent questions to user-friendly abstraction level (#13)
afd1605
unverified

Daniel Tu Claude Opus 4.6 (1M context) commited on

Merge pull request #12 from danghoangnhan/feat/ui-model-selector
e61ffd6
unverified

Daniel Tu commited on

feat: add model selector dropdown to UI
1f27d6a

CallMeDaniel Claude Opus 4.6 (1M context) commited on

fix: exclude env source to prevent MEMORY collision on HF Spaces
9f83e0b

CallMeDaniel Claude Opus 4.6 (1M context) commited on

Merge pull request #11 from danghoangnhan/feat/frontend-gap-cards-pr
3cbdb67
unverified

Daniel Tu commited on

feat: frontend gap cards — generic renderer with severity indicators
3350418

CallMeDaniel Claude Opus 4.6 (1M context) commited on

feat: rewrite gap cards with severity support and generic rendering
a057d80

CallMeDaniel Claude Opus 4.6 (1M context) commited on

feat: add severity field to GeneratedQuestionCard
54db1da

CallMeDaniel Claude Sonnet 4.6 commited on

docs: add frontend gap cards optimization plan
2eba4bf

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: add frontend gap cards optimization design spec
1fdf00c

CallMeDaniel Claude Opus 4.6 (1M context) commited on

feat: LLM-based gap analyzer replacing keyword matching
b8a5d56

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: mark LLM gap analyzer spec as implemented
c28181f

CallMeDaniel Claude Opus 4.6 (1M context) commited on

fix: pass max_tokens to LLM, add debug log for JSON parse fallback
a3f1aa5

CallMeDaniel Claude Opus 4.6 (1M context) commited on

feat: replace keyword gap analyzer with LLM-based analyze_gaps
2919322

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: replace GapAnalysisConfig keyword fields with LLM model config
964b35b

CallMeDaniel Claude Sonnet 4.6 commited on

docs: add LLM gap analyzer implementation plan
bc7240a

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: add LLM-based gap analyzer design spec
a93ca2c

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: update test fixtures to use Pydantic models
beda709

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: type server route request models with DesignState/DesignPlan
d1b7ccd

CallMeDaniel commited on

refactor: update CrewOrchestrator to return ChatTurnResponse
98e04b1

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: update BaseOrchestrator and MockChatBackend to return ChatTurnResponse
6d4f152

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: type ContextVar design state as DesignState
83f3ff9

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: type analyze_gaps and extract_decisions with AgentResponse
a9d0aec

CallMeDaniel Claude Opus 4.6 (1M context) commited on

feat: add PreviewData and ChatTurnResponse pydantic models
e1e8953

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: remove duplicate AgentResponse/ChatResult dataclasses from core/types
6657e32

CallMeDaniel commited on

refactor: convert PipelineResult from dataclass to Pydantic BaseModel
2ebc6f1

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: convert AgentDef from dataclass to Pydantic BaseModel
b20b4ef

CallMeDaniel commited on

refactor: add ToolConfig pydantic model, replace tool_config dicts
cdccbe3

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: add pydantic unification implementation plan
1923201

CallMeDaniel Claude Opus 4.6 (1M context) commited on

Merge pull request #10 from danghoangnhan/feat/crewai-flow-memory-planning
46fb80d
unverified

Daniel Tu commited on

feat: add memory recall/remember, planning, and collaboration to Flow
923cd86

CallMeDaniel Claude Opus 4.6 (1M context) commited on

feat: remove raw history, add Memory to CrewOrchestrator
a79f922

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: migrate tools to BaseTool subclasses with args_schema
1db1a69

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: extract derive_part_name, remove dead code from prompts.py
44c1e10

CallMeDaniel Claude Sonnet 4.6 commited on

feat: add memory and crew config sections
4173448

CallMeDaniel Claude Sonnet 4.6 commited on

docs: add memory/planning/collab/tools implementation plan
052f613

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: add BaseTool migration to memory/planning/collab spec
897ba1e

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: add memory, planning, and collaboration design spec
4ebb6fc

CallMeDaniel Claude Opus 4.6 (1M context) commited on

fix: address code review findings from Flow refactor
9ff7a7c

CallMeDaniel Claude Opus 4.6 (1M context) commited on

refactor: wire AgentDispatchFlow, remove RoutingEngine
b70c3c9

CallMeDaniel Claude Opus 4.6 (1M context) commited on

feat: add AgentDispatchFlow with router-gated agent dispatch
39c4d96

CallMeDaniel Claude Opus 4.6 (1M context) commited on

feat: add agent_flow models, routing, and readiness helpers
dd37dce

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: add CrewAI Flow refactor implementation plan
58e84f7

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: add RoutingEngine replacement to Flow refactor spec
9f111c1

CallMeDaniel Claude Opus 4.6 (1M context) commited on

docs: add CrewAI Flow refactor design spec
0a63fc5

CallMeDaniel Claude Opus 4.6 (1M context) commited on

Merge pull request #9 from danghoangnhan/fix/ask-agent-confirm-updates-plan-card
516dd6f
unverified

Daniel Tu commited on

fix: ask agent confirm now correctly updates plan card fields
cfa0cbb

CallMeDaniel Claude Opus 4.6 (1M context) commited on

Merge pull request #8 from danghoangnhan/feat/editable-plan-card
f31dad3
unverified

Daniel Tu commited on