68 Commits (7dd503eccfaafbbe36c427d3cfa29abfa2b3f3f8)

Author SHA1 Message Date
  Tejas Dharani f650d35faa
Fix output task messages 6150 (#6678) 1 year ago
  Sungjun.Kim db125fbd2d
Add created_at to BaseChatMessage and BaseAgentEvent (#6557) 1 year ago
  peterychang 3db7a29403
improve Otel tracing (#6499) 1 year ago
  Abhijeetsingh Meena 2864fbfc2c
Add `model_context` to `SelectorGroupChat` for enhanced speaker selection (#6330) 1 year ago
  EeS a283d268df
TEST/change gpt4, gpt4o serise to gpt4.1nano (#6375) 1 year ago
  EeS 9b0a0bd6b8
FEAT: SelectorGroupChat could using stream inner select_prompt (#6286) 1 year ago
  Eitan Yarmush 1035065c4e
Introduce AgentTool and TeamTool (#5924) 1 year ago
  EeS 844de21c00
[FEATURE] Option to emit group chat manager messages in AgentChat (#6303) 1 year ago
  abhinav-aegis a4a16fd2f8
Aegis structure message (#6289) 1 year ago
  Eric Zhu aec04e76ec
Stop run when an error occured in a group chat (#6141) 1 year ago
  Eric Zhu 7615c7b83b
Rename to use BaseChatMessage and BaseAgentEvent. Bring back union types. (#6144) 1 year ago
  Eric Zhu 025490a1bd
Use class hierarchy to organize AgentChat message types and introduce StructuredMessage type (#5998) 1 year ago
  Abhijeetsingh Meena c4e07e86d8
Implement 'candidate_func' parameter to filter down the pool of candidates for selection (#5954) 1 year ago
  Eric Zhu aba41d74d3
feat: add structured output to model clients (#5936) 1 year ago
  Eric Zhu 7e5c1154cf
Support for external agent runtime in AgentChat (#5843) 1 year ago
  Leonardo Pinheiro 906b09e451
fix: Update SKChatCompletionAdapter message conversion (#5749) 1 year ago
  Jack Gerrits 6b68719939
Allow background exceptions to be fatal (#5716) 1 year ago
  wistuba 7a772a2fcd
feat: add indictor for tool failure to FunctionExecutionResult (#5428) 1 year ago
  Eric Zhu 426b898485
fix: improve speaker selection in SelectorGroupChat for weaker models (#5454) 1 year ago
  Victor Dibia 979d8ab4f1
Make AgentChat Team Config Serializable (#5071) 1 year ago
  Eric Zhu 8643ff6e40
Pass context between AssistantAgent for handoffs (#5084) 1 year ago
  Eric Zhu 5ee2190e00
Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] (#4857) 1 year ago
  Eric Zhu 150a54c4f5
Refine types in agentchat (#4802) 1 year ago
  Aditya Kurniawan c989181da2
use model context for assistant agent, refactor model context (#4681) 1 year ago
  jspv a271708a97
Tool call result summary message (#4755) 1 year ago
  Eric Zhu e902e94b14
Define AgentEvent, rename tool call messages to events. (#4750) 1 year ago
  Arun Brahma 7c0bbf674f
feat: add support for list of messages as team task input and update Society of Mind Agent (#4500) 1 year ago
  Leonardo Pinheiro 253fe216fd
Add models.openai and tools.langchain namespaces (#4601) 1 year ago
  Hussein Mozannar 871a83fcc5
Fix AssistantAgent Tool Call Behavior (#4602) 1 year ago
  Jack Gerrits 218e84fd8e
Migrate remaining components (#4626) 1 year ago
  Jack Gerrits 87011ae01b
Migrate model context and models modules out of components (#4613) 1 year ago
  Jack Gerrits 9af450a59f
Move local code exec to ext, uplevel components (#4557) 1 year ago
  Victor Dibia 777f2abbd7
Load and Save state in AgentChat (#4436) 1 year ago
  Jack Gerrits 3022369eeb
Flatten core base and components (#4513) 1 year ago
  Eric Zhu 32aa452af8
Remove autogen_agentchat.tasks, create autogen_agentchat.ui and autogen_agentchat.conditions (#4512) 1 year ago
  Eric Zhu b62f8f63dc
Remove logging from autogen agentchat (#4510) 1 year ago
  Eric Zhu 50e84b945e
Move handoff to base in agentchat (#4509) 1 year ago
  Eric Zhu 3058bafcf2
Propagate team cancellation token in agentchat (#4400) 1 year ago
  Gerardo Moreno 8593b7df9f
Console to return last processed message (#4279) 1 year ago
  Eric Zhu f1daff1582
AgentChat task message type and group chat state validation for Swarm (#4230) 1 year ago
  Eric Zhu 78019dd2dc
Fix-swarm-handoff (#4198) 1 year ago
  Eric Zhu 233e482c7b
Max turn parameter for group chats (#4143) 1 year ago
  Eric Zhu 5547a6716e
auto reset termination when a run stops (#4126) 1 year ago
  Eric Zhu 8f7c717149
reset --> on_reset :D (#4121) 1 year ago
  Eric Zhu 5fa38b0166
Add task type that are messages to enable multi-modal tasks. (#4091) 1 year ago
  Eric Zhu 2e3155be2a
AgentChat pause, resume, and reset (#4088) 1 year ago
  Eric Zhu 5be7ac7b12
Move reset from a message to a command (#4073) 1 year ago
  Eric Zhu c3283c64a3
Agentchat refactor (#4062) 1 year ago
  Eric Zhu 4fec22ddc5
Team termination condition sets in the constructor (#4042) 1 year ago
  Eric Zhu c3b2597e12
AssistantAgent no longer sends out StopMessage. We use TextMentionTermination("TERMINATE") on the team instead for default setting. (#4030) 1 year ago