gagb
0fd47b95d8
Remove WIP banner from landing ( #4575 )
2024-12-05 13:47:57 -08:00
Leonardo Pinheiro
4018a129f8
Refactor code executor namespace ( #4538 )
...
* refactor code exec namespaces
* delete code exec init
* update conflicts
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
2024-12-05 07:01:59 -08:00
Hussein Mozannar
c02d87e9cf
citation update ( #4558 )
2024-12-04 22:04:07 -08:00
Jack Gerrits
9af450a59f
Move local code exec to ext, uplevel components ( #4557 )
2024-12-04 20:21:46 -08:00
Eric Zhu
cc6765b189
API documentation page flattening ( #4556 )
...
* API documentation page refactor
* Fix links and unused pages
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2024-12-04 18:24:07 -08:00
Jack Gerrits
e615059345
Remove extract_markdown_code_blocks from core API ( #4554 )
2024-12-04 17:13:43 -08:00
Jack Gerrits
2b878763f8
Move grpc runtimes to ext, flatten application ( #4553 )
...
* Move grpc runtimes to ext, flatten application
* rename to grpc
* fmt
2024-12-04 16:23:20 -08:00
Victor Dibia
777f2abbd7
Load and Save state in AgentChat ( #4436 )
...
1. convert dataclass types to pydantic basemodel
2. add save_state and load_state for ChatAgent
3. state types for AgentChat
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-12-04 16:14:41 -08:00
afourney
fef06fdc8a
Fixed messages missing from websurfer history. ( #4551 )
...
* Fixed messages missing from websurfer history.
* Fix filesurfer too!
2024-12-04 15:13:48 -08:00
Jack Gerrits
d85a607da9
Move LLMUsageTracker to a cookbook ( #4549 )
...
* Move LLMUsageTracker to a cookbook
* rename, add to index
* fmt and remove test
* Update python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/llm-usage-logger.ipynb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix missing quotation marks in notebook
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-12-04 14:49:39 -08:00
Vaibhav Balloli
1a448c10b9
Update index.md ( #4548 )
2024-12-04 14:24:32 -08:00
afourney
e1d58333ee
Address issue_4543 and add tests. ( #4546 )
...
* Address issue_4543 and add tests.
* Fixed pyright errors.
2024-12-04 11:28:44 -08:00
Gerardo Moreno
39ff183fad
Core API example showing multiple agents concurrently ( #4461 )
...
* Core API example showing multiple agents concurrently (#4427 )
* Apply feedback
* Add different topics for closure agent example
* Address feedback
* Mypy fix
* Modify import path based on refactoring
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-12-04 10:39:26 -08:00
gagb
8b05e03520
Update README.md with LinkedIn page ( #4508 )
2024-12-03 18:48:04 -08:00
gagb
abb0a77f92
VideoSurferAgent -> VideoSurfer ( #4521 )
2024-12-03 18:43:05 -08:00
Jack Gerrits
3022369eeb
Flatten core base and components ( #4513 )
...
* Flatten core base and components
* remove extra files
* dont export from deprecated locations
* format
* fmt
2024-12-03 17:00:44 -08:00
gagb
6706dce577
Improves tutorial ( #4507 )
...
* Change nav depth
* Remove repetitive module names
* Increase nav depth
* Decrease base font size of docs
* Improve docs
* Undo css change
2024-12-03 16:54:53 -08:00
afourney
31cb50bce9
Added the coder used by MagenticOne. ( #4511 )
...
* Added the coder used by MagenticOne.
* Fixed formatting.
---------
Co-authored-by: gagb <gagb@users.noreply.github.com>
2024-12-03 16:08:18 -08:00
Eric Zhu
32aa452af8
Remove autogen_agentchat.tasks, create autogen_agentchat.ui and autogen_agentchat.conditions ( #4512 )
2024-12-03 15:24:25 -08:00
Eric Zhu
b62f8f63dc
Remove logging from autogen agentchat ( #4510 )
2024-12-03 14:45:10 -08:00
Eric Zhu
50e84b945e
Move handoff to base in agentchat ( #4509 )
2024-12-03 14:34:55 -08:00
afourney
5235bbc0d6
FileSurfer in AgentChat ( #4360 )
...
* Added an implementation of FileSurfer to AgentChat
2024-12-03 12:14:47 -08:00
Xiaoyun Zhang
a076385044
Remove dotnet-publish-package ( #4494 )
...
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-12-03 10:52:04 -08:00
Xiaoyun Zhang
3b311707fd
Delete .github/workflows/dotnet-publish-nuget.yml ( #4492 )
2024-12-03 10:40:03 -08:00
Xiaoyun Zhang
4889239955
.NET Add protos to paths-filter ( #4493 )
...
* Add protos to paths-filter
* Update dotnet-build.yml
2024-12-03 10:24:05 -08:00
Jack Gerrits
50fea44539
Update allowed values for agent and topic type ( #4484 )
...
* allowed_type_values
* add return for post init
* Update python/packages/autogen-core/src/autogen_core/base/_agent_id.py
* Update python/packages/autogen-core/src/autogen_core/base/_topic.py
* Merge branch 'main' into allowed_type_values
* lint
2024-12-03 10:12:42 -08:00
Jack Gerrits
954ba84fe7
Change base agent to use on message impl ( #4485 )
...
* Change base agent to use on message impl
* update doc
* Update
* Merge branch 'main' into on_msg_impl
2024-12-03 10:04:12 -08:00
afourney
934ae03851
Allow users to update the final answer prompt of MagenticOne orc. ( #4476 )
...
* Allow users to update the final answer prompt of MagenticOne orchestrator.
2024-12-03 09:44:54 -08:00
Ryan Sweet
79c5aaa1a4
WriteAsync must be awaited ( #4491 )
2024-12-03 09:10:46 -08:00
Ryan Sweet
1c09de8d47
HelloAgents App Host with xlang sample ( #4395 )
...
* adds a python xlang sample and aspire code to host it
* fixes message delivery on dotnet runtime
2024-12-03 08:09:02 -08:00
afourney
c062c510b7
Flush console output after every message. ( #4475 )
2024-12-02 16:51:50 -08:00
Jack Gerrits
95dfe7bf22
Core doc edits, mostly visibility of private methods ( #4457 )
2024-12-02 14:36:00 -08:00
Jack Gerrits
732391859d
Update code_lint.py ( #4470 )
2024-12-02 16:42:28 -05:00
Jack Gerrits
1b58f6e7d5
Remove unused agent props ( #4453 )
2024-12-02 13:15:23 -08:00
Leonardo Pinheiro
1f90dc5ea9
Update OpenAI Assistante Agent on_reset ( #4423 )
...
* update reset and imports
* add missing imports
* update lock file
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
2024-12-02 15:48:18 +10:00
timparka
7eb8b4645b
used variables for directory props.package ( #4432 )
...
Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
2024-12-01 14:37:35 -08:00
Hussein Mozannar
ac3424d619
MagenticOne Orchestrator Fixes ( #4430 )
2024-11-30 14:11:20 -08:00
gagb
f02aac78fb
Improve docs ( #4428 )
...
* Change nav depth
* Remove repetitive module names
* Increase nav depth
2024-11-29 16:50:40 -08:00
gagb
b1e40017c3
Fix client mismatch in video surfer and its tools ( #4431 )
...
* Add initial code
* Update and add readme
* Update
* update readme
* Refine action space
* Add tutorial
* Improve doc string
* Improve doc string
* Remove readme
* Update toml
* Update assignment
* Expose the tools
* Update pyproject toml
* Improve docs
* remove assignment'
* Run poe format
* Update uv lock
* Fix mypy errors
* Fix linting errors
* poe format
* run checks
* Updaye
* Rename submodule
* Improve documentation
* Use same model client in video surfer
* Use same model client in video surfer
* Update uv lock
---------
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-11-29 16:27:30 -08:00
gagb
b6a7d56844
Adds Video Surfer to autogen_ext ( #4387 )
...
* Add initial code
* Update and add readme
* Update
* update readme
* Refine action space
* Add tutorial
* Improve doc string
* Improve doc string
* Remove readme
* Update toml
* Update assignment
* Expose the tools
* Update pyproject toml
* Improve docs
* remove assignment'
* Run poe format
* Update uv lock
* Fix mypy errors
* Fix linting errors
* poe format
* run checks
* Updaye
* Rename submodule
* Improve documentation
---------
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-11-29 14:41:23 -08:00
Eric Zhu
f70869f236
update dev8 ( #4417 )
v0.4.0.dev8
2024-11-27 14:39:31 -08:00
Ryan Sweet
7c8d25c448
remove dep on ELSA workflows - unused. ( #4393 )
2024-11-27 11:56:00 -08:00
Eric Zhu
7e589a1bbb
User proxy documentation and fixes ( #4401 )
...
* Fix handoff bug in user proxy agent
* Update documentation
---------
2024-11-27 10:48:39 -08:00
Eric Zhu
52790a8de7
o1 support for agent chat, and validate model capabilities ( #4397 )
2024-11-27 10:45:51 -08:00
Eric Zhu
3058bafcf2
Propagate team cancellation token in agentchat ( #4400 )
...
* Propagate team cancellation token in agentchat
* Docs
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-11-27 10:40:34 -08:00
Jack Gerrits
a4067f6c0a
Migrate Python distributed runtime to use cloud events for event ( #4407 )
...
* Cloud event publishing
* Implement cloud event receiving
* impl host servicer and
2024-11-27 08:32:03 -08:00
Jack Gerrits
bd77ccbd7b
Serialize to Proto.Any for python serializer ( #4404 )
2024-11-27 07:32:01 -08:00
Eric Zhu
a4e6d0d977
Add grpcio back to deps ( #4402 )
...
* Add grpcio back to deps
* Update uv lock
2024-11-27 09:08:14 -05:00
Hussein Mozannar
6184e15c5e
Fix Reset of Magentic-One Orchestrator ( #4394 )
...
* fix reset magentic one
* fix infinite reset
2024-11-26 22:59:08 -08:00
Hussein Mozannar
531ec38073
Ags web surfer ( #4340 )
...
* initial addition
* working without multimodal messages
* show images
* remove temp changes
* ui type websurfer
* fix issue with image width, enable text truncation, enable viewing images full screen
---------
Co-authored-by: Victor Dibia <victor.dibia@gmail.com>
2024-11-26 21:24:45 -08:00