102 Commits (025490a1bd99c84564c2effde67f0ff3933595bd)

Author SHA1 Message Date
  Eric Zhu 025490a1bd
Use class hierarchy to organize AgentChat message types and introduce StructuredMessage type (#5998) 1 year ago
  Kurok1 2e2a314f7e
Take the output of the tool and use that to create the HandoffMessage (#6073) 1 year ago
  jspv fc2c9978fd
Add model_context property to AssistantAgent (#6072) 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 3a1108a575
fix: make sure system message is present in reflection call (#5926) 1 year ago
  Eric Zhu 58a5583549
feat: Pause and Resume for AgentChat Teams and Agents (#5887) 1 year ago
  Eric Zhu 7e5c1154cf
Support for external agent runtime in AgentChat (#5843) 1 year ago
  Eric Zhu cc1b0cdd51
feat: Add FunctionCallTermination condition (#5808) 1 year ago
  Eitan Yarmush 9d4236b1ce
TextMessageTerminationCondition for agentchat (#5742) 1 year ago
  Leonardo Pinheiro 906b09e451
fix: Update SKChatCompletionAdapter message conversion (#5749) 1 year ago
  Victor Dibia b8b13935c9
Make FileSurfer and CodeExecAgent Declarative (#5765) 1 year ago
  Jack Gerrits 6b68719939
Allow background exceptions to be fatal (#5716) 1 year ago
  Leonardo Pinheiro a02d08a8ef
Refactor AssistantAgent on_message_stream (#5642) 1 year ago
  Eric Zhu 0360ab9715
doc: Enrich AssistantAgent API documentation with usage examples. (#5653) 1 year ago
  Eric Zhu 7784f44ea6
feat: Add thought process handling in tool calls and expose ThoughtEvent through stream in AgentChat (#5500) 1 year ago
  Eric Zhu e7a3c78594
fix: Address tool call execution scenario when model produces empty tool call ids (#5509) 1 year ago
  wistuba 7a772a2fcd
feat: add indictor for tool failure to FunctionExecutionResult (#5428) 1 year ago
  Eric Zhu 9a028acf9f
feat: enhance Gemini model support in OpenAI client and tests (#5461) 1 year ago
  Eric Zhu 426b898485
fix: improve speaker selection in SelectorGroupChat for weaker models (#5454) 1 year ago
  Eric Zhu 0008c9cb44
fix: do not count agent event in MaxMessageTermination condition (#5436) 1 year ago
  Eitan Yarmush 172a16a615
Memory component base (#5380) 1 year ago
  afourney 517e3f000e
Assistant agent drop images when not provided with a vision-capable model. (#5351) 1 year ago
  Eric Zhu 569bc19769
feat: add gemini model families, enhance group chat selection for Gemini model and add tests (#5334) 1 year ago
  Eric Zhu 225eb9d0b2
feat: introduce ModelClientStreamingChunkEvent for streaming model output and update handling in agents and console (#5208) 1 year ago
  Victor Dibia 67029853ec
make AssistantAgent and Handoff use BaseTool (#5193) 1 year ago
  Victor Dibia 979d8ab4f1
Make AgentChat Team Config Serializable (#5071) 1 year ago
  Leon De Andrade d9fd39a297
Add sources field to TextMentionTermination (#5106) 1 year ago
  Eric Zhu 8643ff6e40
Pass context between AssistantAgent for handoffs (#5084) 1 year ago
  Victor Dibia c2a43e84a2
Declarative BaseChat Agents (#5055) 1 year ago
  Victor Dibia abbdbb2f87
Memory Interface in AgentChat (#4438) 1 year ago
  Victor Dibia d883e3dfb0
Make termination condition config declarative (#4984) 1 year ago
  Jack Gerrits cb1633b501
feat!: Add support for model family specification (#4856) 1 year ago
  Eric Zhu 5ee2190e00
Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] (#4857) 1 year ago
  Leon De Andrade 23dbb6a632
Add missing model context attribute (#4848) 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
  Jack Gerrits 2b878763f8
Move grpc runtimes to ext, flatten application (#4553) 1 year ago
  Victor Dibia 777f2abbd7
Load and Save state in AgentChat (#4436) 1 year ago
  afourney e1d58333ee
Address issue_4543 and add tests. (#4546) 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