Skip to content

Emerging human-behavior simulation capability in LLM

License

Notifications You must be signed in to change notification settings

while-basic/skyagi

 
 

Repository files navigation

Quick Start

pip install --upgrade skyagi

Or make install

RUN

export OPENAI_API_KEY="..." skyagi

or

OPENAI_API_KEY="..." skyagi

Example: if the OpenAI key is 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, then the exact command would be the following

make sure no quote around the token

export OPENAI_API_KEY=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 skyagi

or

OPENAI_API_KEY=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 skyagi

EXAMPLE AGENT CONFIGURATION

{
    "name": "Sheldon",
    "age": 27,
    "personality": "Intelligent, rigid, socially challenged, quirky, and arrogant.",
    "memories": [
        "Sheldon is a theoretical physicist who works at Caltech.",
        "Sheldon has an eidetic memory and is highly intelligent, but struggles with social skills and sarcasm.",
        ...
        "Knock, knock, knock, Penny - This is the specific knock that Sheldon uses when he visits Penny's apartment, which he repeats three times.",
        "Bazinga! - This is Sheldon's catchphrase that he uses to indicate he was joking or playing a prank on someone."
    ],
    "current_status": "Sheldon is at the Cheesecake Factory"
}

About

Emerging human-behavior simulation capability in LLM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 28.6%
  • Svelte 27.5%
  • TypeScript 26.5%
  • JavaScript 11.2%
  • CSS 3.3%
  • Shell 1.9%
  • Other 1.0%