Skip to content

Create a Basic "Hello World" Agent Example for New Users #54

@thliang01

Description

@thliang01

While setting up the TwinRAD environment, I successfully followed the steps outlined in the Environment Setup section.

# 1. Clone repository
git clone [https://github.com/ai-twinkle/TwinRAD](https://github.com/ai-twinkle/TwinRAD)
# 2. Create virtual environment
python -m venv venv
# 3. Install in development mode
pip install -e.

After completing these steps, there is no clear example or guide on how to check if the system is running correctly or how to create a basic agent. This makes it difficult for new users to get started and verify their setup.

I suggest creating a simple, runnable "Hello World" style agent example. This example would be invaluable for new users to:

  • Confirm their environment is working as expected.
  • Understand the basic structure of an agent.
  • Have a starting point for building their own agents.

A simple example that prints a message or performs a basic action would greatly improve the onboarding experience for the TwinRAD system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions