Skip to content

The-Swarm-Corporation/.ai

Repository files navigation

🤖 DotAI - Natural Language Programming Language

Join our Discord Subscribe on YouTube Connect on LinkedIn Follow on X.com

PyPI version License: MIT Python 3.8+

DotAI is a revolutionary natural language programming framework that allows you to write code and create content using plain English. Simply describe what you want to create, and DotAI will generate, save, and execute the appropriate files.

✨ Features

  • 📝 Write code in natural language
  • 🔄 Automatic code generation and execution
  • 📊 Multi-threaded task processing
  • 🛠 Enterprise-grade error handling
  • 📋 Supports multiple output formats
  • 📜 Comprehensive logging system

🚀 Quick Start

Installation

pip3 install ai-lang

Create Your First .ai File

Create a file example.ai with your requests:

Create a Python function that generates the Fibonacci sequence up to n=10 and prints it.

Create a text file containing a haiku about programming.

Create a JSON file with data about three planets including their name, distance from sun, and mass.

Run Your .ai File

ai-lang run example.ai

CLI Commands

Usage: ai-lang [OPTIONS] COMMAND [ARGS]...

  DotAI - Natural Language Programming Language CLI

Options:
  --help  Show this message and exit.

Commands:
  init     Initialize a new .ai file with example content
  run      Execute a .ai file and generate the requested files/code
  version  Show the installed version

📖 Usage Examples

1. Generate and Execute Python Code

# script.ai
Create a Python script that:
1. Generates 100 random numbers
2. Calculates their mean and standard deviation
3. Creates a histogram visualization
Execute the script and show the results.

2. Create Content Files

# content.ai
Write a technical blog post about the future of AI in software development.
Save it as a markdown file with proper formatting.

3. Data Processing

# data.ai
Create a Python script that reads a CSV file, performs data cleaning,
and outputs summary statistics. Include error handling for missing values.
Execute the script with sample data.

🛠 Advanced Features

  • Multi-threading: Process multiple requests in parallel
  • Smart Task Analysis: Automatic detection of task type and requirements
  • Execution Management: Safe execution environment for generated code
  • Comprehensive Logging: Detailed logs for debugging and monitoring

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

git clone https://github.com/The-Swarm-Corporation/.ai.git
cd .ai
pip install -e ".[dev]"

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🔗 Links

💡 Examples Repository

Check out our examples repository for more use cases and implementation patterns.

⚠️ Note

DotAI requires an OpenAI API key to function. Set your API key as an environment variable:

export OPENAI_API_KEY='your-api-key-here'

Or use a .env file in your project directory:

OPENAI_API_KEY=your-api-key-here

Todo

  • Add support for more LLMs (Function calling, and local models, you should have a config option to choose which one to use in the cli)
  • Add support for more file types (images, audio, video, etc, integrate with createnow.xyz)
  • Add support for more output formats (pdf, docx, etc)
  • Add support for more input types (image, audio, video, etc)
  • Add support for more task types (data analysis, data processing, data cleaning, etc)

Made with ❤️ by the DotAI Team

About

The first ever natural language programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published