Agent Zero AI framework
main
hide redundant tool name for skills_tool
Alessandro committed 6 months ago
feat: A0 plugins skillset; update docs; add agent plugin scan endpoint
Alessandro committed 6 months ago
rename init to execute.py; update docs + create plugin skill
Alessandro committed 6 months ago
improve: consistent notification titles, & include dispatcher decision reason
linuztx committed 6 months ago
feat(email): send UI notifications on email receive
linuztx committed 6 months ago
fix: cap send retries to prevent infinite loop on persistent SMTP failures
linuztx committed 6 months ago
improve: propagate send errors back to agent for retry on SMTP failures
linuztx committed 6 months ago
feat(email): add email_update tool for sending progress emails without ending agent loop
linuztx committed 6 months ago
refactor: remove intervene_soft/hard dispatch actions, simplify to new_chat and continue
linuztx committed 6 months ago
improve(email): extract body preview func and remove thread_id from dispatcher prompt
linuztx committed 6 months ago
improve: include compressed conversation history in dispatcher context
linuztx committed 6 months ago
feat: agent_info prompt shows active preset
keyboardstaff committed 6 months ago
fix(email): prevent orphaned poll tasks and replace deprecated utcnow in cron scheduling
linuztx committed 6 months ago
fix(email): persist session metadata across restarts by removing underscore key prefix
linuztx committed 6 months ago
Cleanup browser_http_headers after model refactor
keyboardstaff committed 6 months ago
feat(email): add file attachment support for email replies via RFC
linuztx committed 6 months ago
feat: add per-chat model switcher with preset selection
keyboardstaff committed 6 months ago
feat: add model config UI with presets, model search, and API key management
keyboardstaff committed 6 months ago
fix(email): prevent email reply prompt from injecting into non-email chats
linuztx committed 6 months ago
fix(email): resolve type errors in imap_client with proper type narrowing and ignores
linuztx committed 6 months ago