Skip to content

Tags: EvATive7/skyagi

Tags

0.0.30

Toggle 0.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[tools] init community profiler (litanlitudan#103)

* [tools] init github community analyzer

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

0.0.29

Toggle 0.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cli] support no config file (litanlitudan#84)

* Fix typos for CLI

* temporary workaround to set up the openai key

* fix format

0.0.28

Toggle 0.0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[api] introduce skyagi rest api (litanlitudan#73)

* add api.py

* have some skeleton but need to figure out how to wrap up the message

* give it a try first

* testing api now

* if openai key exists, no need to set it

* things are working until agi_step

* use Prompt instead of input

* create wrapper for console print

* add wrapper over prompt.ask. verify web and cli both working

* handle ask() with no argument

* working locally with client.py

* add todos

* fix the bug with prompt.ask used in the async path

* move api and example client to skyagi-api

* rename the example client

* add requirements.txt for future jcloud deployment

* update todo

* add readme for skyagi-api

* update README

* cleanup

* add hyperlink to README

* stream output back to client

* disconnet when error happens

* fix format

* fix lint

* update TODO

* update TODO

* extend the example client to any agent config

* fix lint

0.0.27

Toggle 0.0.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[simulation] refactor talks_to to use generative agent llm (litanlitu…

…dan#69)

* feat: modify 'talks_to' to use generative agent LLM

* fix: disable verbose

* fix: grammar

0.0.26

Toggle 0.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cicd] fix python package build (litanlitudan#62)

0.0.25

Toggle 0.0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[misc] refactor codebase to accommodate web UI (litanlitudan#61)

* [misc] refactor codebase for accommodating web UI

* update

* update

0.0.24

Toggle 0.0.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[vercel] setup analytics (litanlitudan#60)

* [vercel] setup analytics

* update

* update

* update

* update

* update

* update

* update

* update

0.0.23

Toggle 0.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cli] avoid crashing with lousy openai connection (litanlitudan#57)

* [cli] avoid crashing with lousy openai connection

* update

0.0.22

Toggle 0.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[tui] add loading progress (litanlitudan#50)

* update

* update

* update

* update

* update

* update

* update

* update

0.0.21

Toggle 0.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cli] update name picking prompt (litanlitudan#49)

* [cli] update name picking prompt

* update

* update

* update