-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move workforce under society & small doc polish (#1117)
- Loading branch information
1 parent
29f9269
commit e55776e
Showing
19 changed files
with
1,024 additions
and
982 deletions.
There are no files selected for viewing
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
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
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
File renamed without changes.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ Subpackages | |
camel.toolkits | ||
camel.types | ||
camel.utils | ||
camel.workforce | ||
|
||
Submodules | ||
---------- | ||
|
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
36 changes: 18 additions & 18 deletions
36
docs/camel.workforce.rst → docs/camel.societies.workforce.rst
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,77 +1,77 @@ | ||
camel.workforce package | ||
camel.societies.workforce package | ||
======================= | ||
|
||
Submodules | ||
---------- | ||
|
||
camel.workforce.base module | ||
camel.societies.workforce.base module | ||
--------------------------- | ||
|
||
.. automodule:: camel.workforce.base | ||
.. automodule:: camel.societies.workforce.base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
camel.workforce.prompts module | ||
camel.societies.workforce.prompts module | ||
--------------------------- | ||
|
||
.. automodule:: camel.workforce.prompts | ||
.. automodule:: camel.societies.workforce.prompts | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
camel.workforce.role\_playing\_worker module | ||
camel.societies.workforce.role\_playing\_worker module | ||
------------------------------------ | ||
|
||
.. automodule:: camel.workforce.role_playing_worker | ||
.. automodule:: camel.societies.workforce.role_playing_worker | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
camel.workforce.single\_agent\_worker module | ||
camel.societies.workforce.single\_agent\_worker module | ||
------------------------------------------ | ||
|
||
.. automodule:: camel.workforce.single_agent_worker | ||
.. automodule:: camel.societies.workforce.single_agent_worker | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
camel.workforce.task\_channel module | ||
camel.societies.workforce.task\_channel module | ||
------------------------------------------ | ||
|
||
.. automodule:: camel.workforce.task_channel | ||
.. automodule:: camel.societies.workforce.task_channel | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
camel.workforce.utils module | ||
camel.societies.workforce.utils module | ||
---------------------------- | ||
|
||
.. automodule:: camel.workforce.utils | ||
.. automodule:: camel.societies.workforce.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
camel.workforce.worker module | ||
camel.societies.workforce.worker module | ||
----------------------------------- | ||
|
||
.. automodule:: camel.workforce.worker | ||
.. automodule:: camel.societies.workforce.worker | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
camel.workforce.workforce module | ||
camel.societies.workforce.workforce module | ||
-------------------------------- | ||
|
||
.. automodule:: camel.workforce.workforce | ||
.. automodule:: camel.societies.workforce.workforce | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: camel.workforce | ||
.. automodule:: camel.societies.workforce | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.