Tamil-first AI powered by PraisonAI
Project description
TamilAI
Tamil-first AI powered by PraisonAI.
A thin wrapper — all PraisonAI features work automatically with Tamil defaults.
Installation
pip install tamilai
Usage
One-liner Chat
from tamilai import chat
response = chat("வணக்கம், எப்படி இருக்கிறீர்கள்?")
print(response)
Tamil Agent
from tamilai import Agent, Agents
agent = Agent(name="தமிழ் உதவியாளர்", role="Tamil Assistant")
result = agent.start("தமிழ் இலக்கிய வரலாறு பற்றி சொல்லுங்கள்")
Multi-Agent
from tamilai import Agent, Agents
researcher = Agent(name="ஆராய்ச்சியாளர்", role="Researcher")
writer = Agent(name="எழுத்தாளர்", role="Writer")
agents = Agents(agents=[researcher, writer])
result = agents.start()
Use Any LLM
from tamilai import chat
# OpenAI
chat("வணக்கம்", model="gpt-4o-mini")
# Gemini
chat("வணக்கம்", model="gemini/gemini-2.0-flash")
# Local via Ollama
chat("வணக்கம்", model="ollama/tamil-llama")
CLI
tamilai "வணக்கம், எப்படி இருக்கிறீர்கள்?"
tamilai chat "Tell me about Tamil literature" --model gpt-4o-mini
Access Any PraisonAI Feature
# Everything from PraisonAI is re-exported automatically
from tamilai import Task, Memory, Knowledge, tool, MCP
License
Proprietary
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tamilai-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tamilai-0.1.0.tar.gz.
File metadata
- Download URL: tamilai-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a9ce78d144117a0cc411ccec3a349da443c4f7f289351e1ead42590366c764c
|
|
| MD5 |
f45864eff2c620cf62866c007fa201ae
|
|
| BLAKE2b-256 |
dbecd3c14dd2612f55f4b6a50f99f108cca7b2d627537b1099fb30596be8fc44
|
File details
Details for the file tamilai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tamilai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6274aa9c79435a2ca6e890f16e8c9b0ab9fe896369fc80e1049f2980f656e38
|
|
| MD5 |
d63424cdf5cbab16e22b42fdc595d4ca
|
|
| BLAKE2b-256 |
bd00e91873b2a0b9b35912e37fbacf70f13c15752144b0278f1fe475888717ab
|