Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master v3 #49

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9f6cfb6
Filter connected agent forward
dewmal Sep 1, 2024
73a6931
bump version v0.16.23.alpha.2
dewmal Sep 1, 2024
9a1e297
add timestamp for connected agent
dewmal Sep 2, 2024
d8095e3
bump version v0.16.23.alpha.3
dewmal Sep 2, 2024
92c64a3
fix task starting issue in dynamically
dewmal Sep 2, 2024
f3ab7e0
bump version v0.16.23.alpha.4
dewmal Sep 2, 2024
2af4e00
bump version v0.16.23.alpha.5
dewmal Sep 2, 2024
1283d56
Optimize LLM Agents
dewmal Sep 3, 2024
d2083a6
bump version v0.16.23.alpha.6
dewmal Sep 3, 2024
29629ba
bump version v0.16.23.alpha.6
dewmal Sep 3, 2024
29c0c0a
create state machine
dewmal Sep 16, 2024
5d5c0e4
task management with state machine
dewmal Sep 17, 2024
fc7b977
State management update with task manager
dewmal Sep 17, 2024
9eb9959
State management update with task manager 2
dewmal Sep 17, 2024
9ba97e3
Up version
dewmal Sep 21, 2024
592f682
Update library versions
dewmal Sep 21, 2024
aea3919
clean format issues
dewmal Sep 21, 2024
be47b68
bump version 0.20.0-beta.1
dewmal Sep 21, 2024
be15bdf
bump version 0.20.0-beta.2
dewmal Sep 21, 2024
5f6c7fb
init ceylon platform
dewmal Sep 21, 2024
b44e0dc
start agent manager
dewmal Sep 22, 2024
c79126e
init cli
dewmal Sep 23, 2024
bedcf32
clear
dewmal Sep 24, 2024
a78bfcd
local build ignore
dewmal Sep 28, 2024
3758d18
add logger
dewmal Oct 2, 2024
6525226
increase message size
dewmal Oct 2, 2024
4b73bdb
bump version v0.20.0-beta.4
dewmal Oct 2, 2024
6c929c5
improve error details on message
dewmal Oct 9, 2024
975bf64
bump version v0.20.0-beta.5
dewmal Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ target
!/bindings/ceylon/tests/data/.no

*.ceylon_network
/bindings/ceylon/tests/tasks/ceylon-ai.2024-09-02.private-key.pem
*/dist
Loading