iris-s-coon
๐Ÿ“– [docs] ่‹ฑ่ชžREADMEใฎๆ›ดๆ–ฐ
10a9a19
|
raw
history blame
7.02 kB

๐Ÿฑ neko neko company AI Agents ๐Ÿฑ

GitHub Repo License GitHub stars

๏ฝž A wonderfully amazing AI-Powered Corporate Management System ๏ฝž

JA doc EN doc

Python Streamlit OpenAI Git GitHub

๐Ÿš€ Project Overview

neko neko company AI Agents is an innovative AI agent system utilizing the Swarm framework. Cute cat-themed AI agents cooperate in their respective areas of expertise to support efficient corporate management. They're incredibly reliable allies!

๐ŸŽฅ Demo Video

https://github.com/user-attachments/assets/0f12fce0-214e-42a6-bdba-c19a7bfc3f07

โœจ Main Features

  1. Intelligent Reception System:

    • Accurate request routing by Mikeko AI
    • Smart inter-departmental collaboration
  2. Specialized Cat-Eared AI Agents:

    • Management decision support (Nyantaro AI)
    • Project management (Mofusuke AI)
    • Design supervision (Purin AI)
    • Technology strategy (Tama AI)
    • System development (Gomachan AI)
    • Human resource management (Fuwari AI)

๐Ÿข neko neko company AI Organizational Structure

%%{init: {'theme':'base'}}%%
graph LR
    A[CEO<br>Nyantaro] -->|transfer_to_director| B[Director<br>Mofusuke]
    A -->|transfer_to_designer| C[Design Director<br>Purin]
    A -->|transfer_to_tech_lead| D[Tech Director<br>Tama]
    A -->|transfer_to_hr| E[HR Director<br>Fuwari]
    A -->|transfer_to_engineer| F[Lead Engineer<br>Gomachan]
    G[Reception<br>Mikeko] -->|transfer_to_ceo| A
    G -->|transfer_to_director| B
    G -->|transfer_to_designer| C
    G -->|transfer_to_tech_lead| D
    G -->|transfer_to_hr| E
    G -->|transfer_to_engineer| F

    %% ๅ„ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใฎๅฎŸ่กŒ้–ขๆ•ฐใจๆˆๆžœ
    A -->|make_strategic_decision| S[Management Decisions]
    A -->|escalate_to_human| H[Escalation to Human]
    
    B -->|manage_project| P[Project Planning]
    B -->|coordinate_departments| CD[Departmental Coordination]
    
    C -->|review_design| RD[Design Review]
    C -->|create_design_guidelines| DG[Design Guidelines]
    
    D -->|review_code| RC[Code Review]
    D -->|solve_technical_issues| TI[Technical Issue Resolution]
    
    F -->|write_code| WC[Code]
    F -->|debug_code| DC[Bug Fixing]
    
    E -->|handle_reception| R[Recruitment]
    E -->|manage_employee_relations| ER[Employee Relations Management]

    %% ๆˆๆžœ็‰ฉใฎใ‚นใ‚ฟใ‚คใƒซ
    classDef result fill:#e1f5fe,stroke:#01579b,stroke-width:2px
    class S,H,P,CD,RD,DG,RC,TI,WC,DC,R,ER result

๐Ÿ“ฆ Installation

  1. Clone the repository:
git clone https://github.com/yourusername/swarm-neko-neko-company.git
cd swarm-neko-neko-company
  1. Install dependencies:
pip install -r requirements.txt

๐Ÿš€ Usage

  1. Set environment variables:

    • Copy .env.example and create .env
    • Set the necessary tokens
  2. Start the system:

python main.py
  1. Start the Streamlit UI:
streamlit run app.py

๐Ÿ’ผ Agent Details

๐Ÿฑ Receptionist Mikeko

  • Role: Request routing
  • Characteristics: Smart and kind calico cat, excellent judgment
  • Functions: Optimal transfer and coordination to each department

๐Ÿ˜บ CEO Nyantaro

  • Role: Management strategy, important decisions
  • Characteristics: Former IT company CTO, management specialist
  • Catchphrase: "Important decision, nya!"
  • Functions: Strategic decision-making, escalation to humans

๐Ÿ˜ธ Director Mofusuke

  • Role: Project management, department coordination
  • Characteristics: Fluffy long-haired cat, project management expert
  • Catchphrase: "Schedule management is perfect, nya!"
  • Functions: Project management, inter-departmental coordination

๐Ÿ˜บ Design Director Purin

  • Role: UI/UX design, branding
  • Characteristics: Cute brown tabby cat, excellent sense
  • Catchphrase: "Lovely design, nya~โ™ช"
  • Functions: Design review, guideline creation

๐Ÿฑ Tech Director Tama

  • Role: System architecture design, technology strategy
  • Characteristics: Cool white cat, technology expert
  • Catchphrase: "Architecture design, nya!"
  • Functions: Technology strategy planning, quality control

๐Ÿ˜บ Lead Engineer Gomachan

  • Role: System development, implementation
  • Characteristics: Black cat, coding genius
  • Catchphrase: "Fixing bugs, nya~!"
  • Functions: Coding, debugging, unit test creation

๐Ÿ˜ฝ HR Director Fuwari

  • Role: Recruitment, labor management
  • Characteristics: Kind Persian cat, soothing
  • Catchphrase: "Making everyone happy, nyaโ™ช"
  • Functions: Recruitment management, employee relations management

๐Ÿ› ๏ธ Tech Stack

  • Framework: Swarm
  • Frontend: Streamlit
  • Main Libraries:
    • aira
    • sourcesage
    • openai
    • loguru
    • colorama
    • pyfiglet

๐Ÿ“ Project Structure

โ”œโ”€ configs/
โ”‚  โ”œโ”€ agents.py    # The incredibly clever agents
โ”‚  โ”œโ”€ tools.py     # Useful tools
โ”œโ”€ app.py          # Streamlit app
โ”œโ”€ main.py         # Main script
โ”œโ”€ README.md       # This file
โ””โ”€ requirements.txt

๐Ÿค Contributions

Contributions to the project are welcome! We look forward to contributions of all kinds, including bug reports, feature additions, and documentation improvements. We eagerly await your wonderfully amazing ideas!

๐Ÿ“„ License

This project is licensed under the MIT License.


๐Ÿฑ Let's achieve more efficient and smart corporate management with neko neko company AI Agents! Nyaโ™ช ```