Skip to content

ksale001/smoothly-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smoothly-agent

This repository is a simple example for demonstrating how Codex can help generate code and manage a repository.

Contents

  • hello.py - A simple Python script that prints a greeting.

Running the example

Run the script with Python:

python hello.py

You can clone this repository on your local machine and run the script the same way.

Using GitHub

After creating commits locally, you can push them to your GitHub repository using:

git remote add origin https://github.com/<your-username>/<repo-name>.git
git push -u origin main

Replace <your-username> and <repo-name> with your GitHub username and repository name.

About

testbed for the smoothly ai agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors