Skip to content
/ zion Public

Multi-agent LLM framework built on Actor System in Scala

Notifications You must be signed in to change notification settings

VMinB12/zion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Akka App

This is a Scala project that utilizes the Akka library for application development.

Project Structure

zion
├── src
│   ├── main
│   │   └── scala
│   │       └── Main.scala
│   └── test
│       └── scala
│           └── MainSpec.scala
├── build.sbt
└── README.md

Files

  • src/main/scala/Main.scala: This file contains the main Scala code for the application. It exports a class Main with a main method that serves as the entry point of the application. It utilizes the features of the Akka library.

  • src/test/scala/MainSpec.scala: This file contains the Scala test code for the application. It exports a class MainSpec with test cases to verify the functionality of the Main class.

  • build.sbt: This file is the build configuration file for the project. It specifies the project dependencies, including the Akka library, and other build settings.

  • README.md: This file contains the documentation for the project. It provides information about the project and how to set it up or use it.

Please refer to the respective files for more details on their contents and implementation.

About

Multi-agent LLM framework built on Actor System in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages