Skip to content

Commit

Permalink
Readme Fixups (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Lindberg <[email protected]>
  • Loading branch information
eksno authored Mar 2, 2024
1 parent 0b45dc1 commit 2685c45
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@

</div>

# Aitino
[Aitino Web](https://aiti.no) - Our cloud-hosted version of Aitino


## Roadmap
🔥 Feb 16 - Waitlist Launch

Feb 28 - v0.1.0 Release - Simple functionality for creating and running a team of AI Agents.
Mar 3 - v0.1.0 Release - Simple functionality for creating and running a team of AI Agents.

⏳ Mar 26 - v0.2.0 Release - Enhanced functionalities (auto-build, applet builder, community features, multi-modal task solving) and making Aitino stand out.

Expand All @@ -32,25 +29,19 @@

Aitino is an open-source platform that allows for the creation of teams of AI Agents to help users automate high-level tasks and solve complex problems without the need for lengthy and complicated setups.
We're hoping that Aitino can go from prompt to solution in a matter of minutes while only needing seconds from the user to provide the required information like API keys, context, and specific information for the agents to solve the tasks.

Aitino takes the visual form of a node editor as we believe this is one of the easiest to implement and most scalable solutions for both us and the user. It's intuitive and can allow for highly complex teams while also remaining simple for small use cases.

Aitino is built on top of the [Autogen Framework](https://github.com/microsoft/autogen). We also hope to merge some principles applied to other multi-agent system projects like ChatDev and CrewAI as there are some features from those that are out of reach with Autogen alone.


## Aitino Web

**Aitino Web is the cloud-hosted version of Aitino. It uses a subscription model to run Aitino in the cloud. You can start a free trial (coming soon) to see how powerful Aitino really is in a matter of minutes.**
- The source code can be found [here](https://github.com/Futino/futino/tree/alpha/apps/aitino).
**Aitino Web is the cloud-hosted version of Aitino. You can try the free plan (coming soon) to see how powerful Aitino really is in a matter of minutes.**
- The source code can be found [here](https://github.com/Futino/aitino/tree/alpha/apps/web).
- It uses [SvelteKit](https://kit.svelte.dev/) as the framework, [TailwindCSS](https://tailwindcss.com/) for styling, [shacn-svelte](https://www.shadcn-svelte.com/) for components, [Supabase](https://supabase.com/) for database, [Stripe](https://stripe.com/en-hk) for payment processing, and [Vercel](https://vercel.com) for hosting.


## Installation

1. Run `cp .env.example .env` and fill in the necessary environment variables.
2. Install python dependencies, I recommend using a virtual environment.
3. Run `uvicon aitino:app --reload` to start the server.
4. Navigate to `localhost:8000/docs`

## Contributing
This project welcomes contributions and suggestions.

Expand Down

0 comments on commit 2685c45

Please sign in to comment.