Skip to content

Commit

Permalink
Rename code_ into execute_code and update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Feb 26, 2024
1 parent 5c086b0 commit f34f385
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Code package
exec\_python module
--------------------------------------------

.. automodule:: agentscope.service.code.exec_python
.. automodule:: agentscope.service.execute_code.exec_python
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_doc/source/agentscope.service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Service package
.. toctree::
:maxdepth: 4

agentscope.service.code
agentscope.service.execute_code
agentscope.service.file
agentscope.service.retrieval
agentscope.service.sql_query
Expand Down
2 changes: 1 addition & 1 deletion src/agentscope/service/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
""" Import all service-related modules in the package."""
from loguru import logger

from .code_.exec_python import execute_python_code
from .execute_code.exec_python import execute_python_code
from .file.common import (
create_file,
delete_file,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f34f385

Please sign in to comment.