forked from microsoft/autogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move python code to subdir (microsoft#98)
- Loading branch information
1 parent
c9e09e2
commit d365a58
Showing
102 changed files
with
57 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,6 @@ | ||
# AutoGenNext | ||
# AGNext | ||
|
||
- [Documentation](http://microsoft.github.io/agnext) | ||
- [Examples](https://github.com/microsoft/agnext/tree/main/examples) | ||
See corresponding subdirectories for more information. | ||
|
||
|
||
## Package layering | ||
|
||
- `core` are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module. | ||
- `components` are the building blocks for creating single agents | ||
- `application` are implementations of core components that are used to compose an application | ||
- `chat` is the concrete implementation of multi-agent interactions. Most users will deal with this module. | ||
|
||
|
||
## Development | ||
|
||
**TL;DR**, run all checks with: | ||
|
||
```sh | ||
hatch run check | ||
``` | ||
|
||
### Setup | ||
|
||
- [Install `hatch`](https://hatch.pypa.io/1.12/install/). | ||
|
||
### Virtual environment | ||
|
||
To get a shell with the package available (virtual environment) run: | ||
```sh | ||
hatch shell | ||
``` | ||
|
||
### Common tasks | ||
|
||
- Format: `hatch run check` | ||
- Lint: `hatch run lint` | ||
- Test: `hatch run pytest -n auto` | ||
- Mypy: `hatch run mypy` | ||
- Pyright: `hatch run pyright` | ||
- Build docs: `hatch run docs:build` | ||
- Auto rebuild+serve docs: `hatch run docs:serve` | ||
|
||
> [!NOTE] | ||
> These don't need to be run in a virtual environment, `hatch` will automatically manage it for you. | ||
- [Python Documentation](http://microsoft.github.io/agnext) | ||
- [Python Examples](https://github.com/microsoft/agnext/tree/main/python/examples) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# AGNext | ||
|
||
- [Documentation](http://microsoft.github.io/agnext) | ||
- [Examples](https://github.com/microsoft/agnext/tree/main/python/examples) | ||
|
||
|
||
## Package layering | ||
|
||
- `core` are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module. | ||
- `components` are the building blocks for creating single agents | ||
- `application` are implementations of core components that are used to compose an application | ||
- `chat` is the concrete implementation of multi-agent interactions. Most users will deal with this module. | ||
|
||
|
||
## Development | ||
|
||
**TL;DR**, run all checks with: | ||
|
||
```sh | ||
hatch run check | ||
``` | ||
|
||
### Setup | ||
|
||
- [Install `hatch`](https://hatch.pypa.io/1.12/install/). | ||
|
||
### Virtual environment | ||
|
||
To get a shell with the package available (virtual environment) run: | ||
```sh | ||
hatch shell | ||
``` | ||
|
||
### Common tasks | ||
|
||
- Format: `hatch run check` | ||
- Lint: `hatch run lint` | ||
- Test: `hatch run pytest -n auto` | ||
- Mypy: `hatch run mypy` | ||
- Pyright: `hatch run pyright` | ||
- Build docs: `hatch run docs:build` | ||
- Auto rebuild+serve docs: `hatch run docs:serve` | ||
|
||
> [!NOTE] | ||
> These don't need to be run in a virtual environment, `hatch` will automatically manage it for you. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.