Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 1.28 KB

goals.md

File metadata and controls

79 lines (45 loc) · 1.28 KB

Tracking progress

Goal 1

  • Achieved?

Create a CLI in Rust which can take users input and make it runable

Hint: use clappy

THings it should be able to perform

  • User input
  • command line input
  • Environment variable get
  • write a location

Goal 2

  • Achieved?

  • Password generator (Python)

Goal 3

  • Achieved?

Integrate the above two goals 1 2

Goal 4

  • Achieved?

  • HTTP working

  1. use wasi:http to create a component

Goal 5

  • Achieved?

Github Api based wit and implementation which we can use in the cli to perform some operations

  1. Expectation get the latest release
  • org:repo and the other thing
  • using the 4
  1. Openai api usage
  • text to text chat with context save
  • generate image
    • IMage generation using the openai things here Repo Link
  • image to image (Optional)

Goal 6

  • Achieved?

Integrate the above two goals 3 4 5

Goal 7

  • Achieved?

  • Use wattime api

https://docs.watttime.org/

Goal 8

  • Achieved?

  • use wasi:http server

Goal 9

  • Achieved?

replace all the waki http client and server with the wasi http implementation

drawbacks are so much low level control, but its fun ;)