Skip to content

Commit

Permalink
V1.0.0 (#262)
Browse files Browse the repository at this point in the history
Lagent offers an imperative and Pythonic program-
ming style that treats code as an agent, which facilitates easier debugging
and streamlines the development of agent workflows. Additionally, Lagent allows
for straightforward deployment as an HTTP service, supporting the construction
of distributed multi-agent applications through centralized programming. This
enhances development efficiency while maintaining effective
  • Loading branch information
Harold-lkk authored Oct 24, 2024
1 parent b41ade6 commit 1c094f7
Show file tree
Hide file tree
Showing 82 changed files with 6,441 additions and 3,153 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ repos:
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.32.0
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: yapf
- id: black
args: ["--line-length", "119", "--skip-string-normalization"]


- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down
510 changes: 475 additions & 35 deletions README.md

Large diffs are not rendered by default.

69 changes: 0 additions & 69 deletions README_KR_Kr.md

This file was deleted.

51 changes: 0 additions & 51 deletions README_in_HIN.md

This file was deleted.

55 changes: 0 additions & 55 deletions README_in_beng.md

This file was deleted.

56 changes: 0 additions & 56 deletions README_ja_JP.md

This file was deleted.

80 changes: 0 additions & 80 deletions README_zh-CN.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/en/get_started/overview.md

This file was deleted.

Loading

0 comments on commit 1c094f7

Please sign in to comment.